Skip to content

Commit

Permalink
update to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Aug 13, 2022
1 parent a4b6c80 commit 8afa54f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 1.6.1
- minor code clean up, doc clean up and zenodo release

## 1.6.0
- update provenance to work with Biolink3

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '1.6.0'
version = '1.6.1'
# The full version, including alpha/beta/rc tags.
release = '1.6.0'
release = '1.6.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion kgx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
KGX Package
"""
__version__ = "1.6.0"
__version__ = "1.6.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
AUTHOR = 'Deepak Unni, Sierra Moxon, Richard Bruskiewich'
EMAIL = '[email protected], [email protected], [email protected]'
REQUIRES_PYTHON = '>=3.7.0'
VERSION = '1.6.0'
VERSION = '1.6.1'
LICENSE = 'BSD'

with open("requirements.txt", "r") as FH:
Expand Down

0 comments on commit 8afa54f

Please sign in to comment.