Skip to content

Commit

Permalink
update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ihrke committed Jul 1, 2020
1 parent 5315532 commit 7474ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.0.3b
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
with open("requirements.txt") as fh:
requirements=fh.read().split()

with open("VERSION") as fh:
version=fh.read().strip()

setuptools.setup(
name="pypillometry",
version="1.0.2",
version=version,
author="Matthias Mittner",
author_email="matthias.mittner@uit.no",
description="Pupillometry in Python.",
Expand Down

0 comments on commit 7474ee1

Please sign in to comment.