Skip to content

Commit

Permalink
[Package] bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j committed Feb 19, 2022
1 parent 9592dd0 commit 4aed308
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.1.0 - UNRELEASED
### 1.1.0 - 19/02/2022

* [Packaging] - #100 adds docker support.
* [Feature] - #96 Adds support for extracting subgraphs
Expand Down
2 changes: 1 addition & 1 deletion graphein/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
__author__ = "Arian Jamasb <arian@jamasb.io>"


__version__ = "1.0.11" # get_versions()["version"]
__version__ = "1.1.0" # get_versions()["version"]
# del get_versions
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def run(self):

setup(
name="graphein",
version="1.0.11",
version="1.1.0",
# versioneer.get_version(),
# cmdclass=versioneer.get_cmdclass(),
description="Protein & Interactomic Graph Construction for Machine Learning",
Expand Down

0 comments on commit 4aed308

Please sign in to comment.