From d9f96567fb1d096f7947731bbe132006a008b60b Mon Sep 17 00:00:00 2001 From: Arian Jamasb Date: Mon, 28 Aug 2023 17:42:16 +0200 Subject: [PATCH] bump version strings --- docs/source/conf.py | 2 +- graphein/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0a33f198e..75d071152 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,7 +34,7 @@ copyright = f"{datetime.datetime.now().year}, {author}" # The full version, including alpha/beta/rc tags -release = "1.7.1" +release = "1.7.2" # -- General configuration --------------------------------------------------- diff --git a/graphein/__init__.py b/graphein/__init__.py index 9a9b3e133..f298270c9 100644 --- a/graphein/__init__.py +++ b/graphein/__init__.py @@ -12,7 +12,7 @@ from .testing import * __author__ = "Arian Jamasb " -__version__ = "1.7.1" +__version__ = "1.7.2" logger.configure( diff --git a/setup.py b/setup.py index c8f7c08e1..2646467aa 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def run(self): setup( name="graphein", - version="1.7.1", + version="1.7.2", description="Protein & Interactomic Graph Construction for Machine Learning", long_description=long_description, long_description_content_type="text/markdown",