Skip to content

Commit 03f0abe

Browse files
committed
upgrade v1.8.0
1 parent 5edc947 commit 03f0abe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyMolinfo/config/setting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# package short name
77
packageShortName = 'PyMolinfo'
88
# package version
9-
__version__ = '1.7.3'
9+
__version__ = '1.8.0'
1010
# package description
1111
__description__ = 'A Python package for advanced molecular analysis by converting molecular structures into graph representations.'
1212
# author

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
APP_NAME = 'PyMolinfo'
1111
AUTHOR = 'Sina Gilassi'
12-
VERSION = '1.7.3'
12+
VERSION = '1.8.0'
1313
LICENSE = 'MIT'
1414
DESCRIPTION = 'PyMolinfo provides comprehensive molecular information and analysis.'
1515
LONG_DESCRIPTION = 'PyMolinfo is a Python package designed for advanced molecular analysis by converting molecular structures into graph representations'

0 commit comments

Comments
 (0)