Skip to content

Commit b2f1e17

Browse files
committed
updated MANIFEST
1 parent eaa55a6 commit b2f1e17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.4"
4+
__version__ = "1.1.5"

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.4', # Version of the software
9+
version='1.1.5', # 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)