Skip to content

Commit

Permalink
add version.py and update setup config to read it
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Baddeley committed May 1, 2020
1 parent a45abf9 commit ad2e463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pymecompress/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def configuration(parent_package = '', top_path = None):
extra_link_args=linkArgs)

config = Configuration('pymecompress', parent_package, top_path, ext_modules=cythonize([ext]))
config.get_version()

return config

Expand Down
1 change: 1 addition & 0 deletions pymecompress/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version='0.2.0'

0 comments on commit ad2e463

Please sign in to comment.