Skip to content

Commit

Permalink
fixed for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Jun 6, 2020
1 parent 2fff73b commit 286abda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import os, os.path, struct, re, platform
from setuptools.command.install import install
import numpy
import tomotopy.version

exec(open('tomotopy/version.py').read())

here = os.path.abspath(os.path.dirname(__file__))

Expand Down Expand Up @@ -54,7 +55,7 @@
setup(
name='tomotopy',

version=tomotopy.version.__version__,
version=__version__,

description='Tomoto, The Topic Modeling Tool for Python',
long_description=long_description,
Expand Down

0 comments on commit 286abda

Please sign in to comment.