diff --git a/CHANGELOG.md b/CHANGELOG.md index 060841fb..448a3765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/graphein/__init__.py b/graphein/__init__.py index 6b591556..2ec723fa 100644 --- a/graphein/__init__.py +++ b/graphein/__init__.py @@ -13,5 +13,5 @@ __author__ = "Arian Jamasb " -__version__ = "1.0.11" # get_versions()["version"] +__version__ = "1.1.0" # get_versions()["version"] # del get_versions diff --git a/setup.py b/setup.py index 6b9d040b..f4bd9fad 100644 --- a/setup.py +++ b/setup.py @@ -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",