Skip to content

Commit

Permalink
Add VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
acostapazo committed Jan 20, 2020
1 parent 6ecf498 commit b8083b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

CURRENT_DIR = os.path.abspath(os.path.dirname(__file__))
PACKAGE_NAME = "meiga"
VERSION = "0.1.4"
VERSION = open("VERSION", "r").read()

# The text of the README file
with open(os.path.join(CURRENT_DIR, "README.md")) as fid:
Expand Down

0 comments on commit b8083b2

Please sign in to comment.