Skip to content

Commit

Permalink
Bump version to 0.3.1 in preparation of a release
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakunni3 committed Jan 21, 2021
1 parent 954be1d commit 5ee1c43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.3.1 - (2021-01-20)

- Fixed a bug that led to import errors
- Fixed column ordering when exporting CSV/TSV
- Added ability to generate a TRAPI knowledge map for a graph
- Fixed bug in ObographJsonTransformer when inferring node category


## 0.3.0 - (2020-12-21)

- Added Graph API to KGX
Expand Down
2 changes: 1 addition & 1 deletion kgx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
from kgx.prefix_manager import PrefixManager
from kgx.config import get_config

__version__ = '0.3.0'
__version__ = '0.3.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'
EMAIL = '[email protected]'
REQUIRES_PYTHON = '>=3.7.0'
VERSION = '0.3.0'
VERSION = '0.3.1'
LICENSE = 'BSD'

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

0 comments on commit 5ee1c43

Please sign in to comment.