Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Adams committed Oct 28, 2021
1 parent 8c5ba38 commit ad1cb6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ install:
build:
@python setup.py sdist bdist_wheel

.PHONY: clean
clean:
@rm -rf build dist *.egg-info

.PHONY: clean-build
clean-build: clean build

.PHONY: upload-pypi-test
upload-pypi-test:
@twine upload --repository-url https://test.pypi.org/legacy/ dist/*
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.0"
VERSION = "0.1.1"
AUTHOR = "Jeremy Adams"
EMAIL = "[email protected]"

Expand Down

0 comments on commit ad1cb6e

Please sign in to comment.