Skip to content

Commit d9f9656

Browse files
authored
bump version strings
1 parent 7aa83cc commit d9f9656

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
copyright = f"{datetime.datetime.now().year}, {author}"
3535

3636
# The full version, including alpha/beta/rc tags
37-
release = "1.7.1"
37+
release = "1.7.2"
3838

3939

4040
# -- General configuration ---------------------------------------------------

graphein/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .testing import *
1313

1414
__author__ = "Arian Jamasb <arian@jamasb.io>"
15-
__version__ = "1.7.1"
15+
__version__ = "1.7.2"
1616

1717

1818
logger.configure(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def run(self):
134134

135135
setup(
136136
name="graphein",
137-
version="1.7.1",
137+
version="1.7.2",
138138
description="Protein & Interactomic Graph Construction for Machine Learning",
139139
long_description=long_description,
140140
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)