Skip to content

Commit ad1cb6e

Browse files
author
Jeremy Adams
committed
increment version
1 parent 8c5ba38 commit ad1cb6e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ install:
99
build:
1010
@python setup.py sdist bdist_wheel
1111

12+
.PHONY: clean
13+
clean:
14+
@rm -rf build dist *.egg-info
15+
16+
.PHONY: clean-build
17+
clean-build: clean build
18+
1219
.PHONY: upload-pypi-test
1320
upload-pypi-test:
1421
@twine upload --repository-url https://test.pypi.org/legacy/ dist/*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33
NAME = "ga4gh-testbed-lib"
4-
VERSION = "0.1.0"
4+
VERSION = "0.1.1"
55
AUTHOR = "Jeremy Adams"
66
EMAIL = "jeremy.adams@ga4gh.org"
77

0 commit comments

Comments
 (0)