Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Adams committed Mar 22, 2022
1 parent 06f6a98 commit 2ee0a87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ coverage==6.3.2
coveralls==3.3.1
docopt==0.6.2
docutils==0.18
ga4gh-testbed-lib==0.1.1
ga4gh-testbed-lib==0.1.2
idna==3.3
importlib-metadata==4.8.1
iniconfig==1.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ charset-normalizer==2.0.7
colorama==0.4.4
coverage==6.0.2
docutils==0.18
ga4gh-testbed-lib==0.1.0
ga4gh-testbed-lib==0.1.2
idna==3.3
importlib-metadata==4.8.1
iniconfig==1.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools

NAME = "ga4gh-testbed-lib"
VERSION = "0.1.1"
VERSION = "0.1.2"
AUTHOR = "Jeremy Adams"
EMAIL = "jeremy.adams@ga4gh.org"

Expand Down

0 comments on commit 2ee0a87

Please sign in to comment.