Skip to content

Commit

Permalink
bump to v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael committed Jan 5, 2022
1 parent 6ffaa91 commit 38d0884
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 @@ -26,13 +26,11 @@
long_description = (here / "README.md").read_text(encoding="utf-8")

# Load the package's version.py module as a dictionary.
about = {}
with open(os.path.join(here, "version.py")) as f:
exec(f.read(), about)
from version import __version__

setup(
name=NAME,
version=about["__version__"],
version=__version__,
author=AUTHOR,
author_email=EMAIL,
description=DESCRIPTION,
Expand Down

0 comments on commit 38d0884

Please sign in to comment.