Skip to content

Commit bd87b76

Browse files
committed
new version name
1 parent 74efb32 commit bd87b76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

loopsage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Importing specific functions or classes from submodules
22
from .run import main
33

4-
__version__ = "1.1.2"
4+
__version__ = "1.1.3"

setup.py

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

77
setup(
88
name='pyLoopSage', # Package name
9-
version='1.1.1', # Version of the software
9+
version='1.1.3', # Version of the software
1010
description='An energy-based stochastic model of loop extrusion in chromatin.',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)