File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
copyright = f"{ datetime .datetime .now ().year } , { author } "
35
35
36
36
# The full version, including alpha/beta/rc tags
37
- release = "1.7.1 "
37
+ release = "1.7.2 "
38
38
39
39
40
40
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 12
12
from .testing import *
13
13
14
14
__author__ = "Arian Jamasb <arian@jamasb.io>"
15
- __version__ = "1.7.1 "
15
+ __version__ = "1.7.2 "
16
16
17
17
18
18
logger .configure (
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def run(self):
134
134
135
135
setup (
136
136
name = "graphein" ,
137
- version = "1.7.1 " ,
137
+ version = "1.7.2 " ,
138
138
description = "Protein & Interactomic Graph Construction for Machine Learning" ,
139
139
long_description = long_description ,
140
140
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments