Skip to content

Commit 8942d41

Browse files
committed
update for v0.2.2
1 parent dfa0763 commit 8942d41

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ python -m pytest --cov
5757

5858
## Changelog
5959

60+
### v0.2.2
61+
* Optional private flag for submissions
62+
6063
### v0.2.1
6164
* Accept json report from report object
6265

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.2.1"
4+
VERSION = "0.2.2"
55
AUTHOR = "Jeremy Adams"
66
EMAIL = "jeremy.adams@ga4gh.org"
77

0 commit comments

Comments
 (0)