Skip to content

Commit

Permalink
refactor: version attribute is no in MapAnalyzer.__init__.py , update…
Browse files Browse the repository at this point in the history
…d versionbump methods in vb, and adjusted setup
  • Loading branch information
eladyaniv01 committed Aug 22, 2020
1 parent ba3248b commit 4409c7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
logger = logging.getLogger(__name__)

__version__ = "0.0.55"
def get_version():
from MapAnalyzer import __version__
return __version__


requirements = [ # pragma: no cover
"Cython",
Expand All @@ -22,7 +20,7 @@ def get_version():
]
setup( # pragma: no cover
name="sc2mapanalyzer",
version=f"{get_version()}",
version=f"{__version__}",
install_requires=requirements,
setup_requires=["wheel", "numpy"],
extras_require={
Expand Down

0 comments on commit 4409c7d

Please sign in to comment.