Skip to content

Commit 786eb08

Browse files
committed
new version
1 parent 3b9b30a commit 786eb08

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

cbmpy/CBConfig.py

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

4040
__VERSION_MAJOR__ = 0
4141
__VERSION_MINOR__ = 8
42-
__VERSION_MICRO__ = 2
42+
__VERSION_MICRO__ = 3
4343

4444
__CBCONFIG__ = {
4545
'VERSION_MAJOR': __VERSION_MAJOR__,

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,13 @@
7676
needs PySCeS CBMPy supports user interaction via:
7777
"""
7878

79-
description=""" CBMPy
80-
=====
81-
CBMPy https://github.com/SystemsBioinformatics/cbmpy is a platform for constraint based modelling and analysis. CBMPy implements popular analyses such as FBA, FVA, element/charge balancing, network analysis and model editing as well as advanced methods.
82-
"""
79+
description="""CBMPy: https://github.com/SystemsBioinformatics/cbmpy is a platform for constraint based modelling and analysis. CBMPy implements popular analyses such as FBA, FVA, element/charge balancing, network analysis and model editing as well as advanced methods."""
8380

8481
setup(
8582
package_dir={'cbmpy': 'cbmpy'},
8683
packages=mypackages,
8784
data_files=mydata_files,
88-
long_description=readme,
85+
long_description=description,
8986
name="cbmpy",
9087
summary="CBMPy: Constraint Based Modelling in Python",
9188
version='{}.{}.{}'.format(vmaj, vmin, vmic),
@@ -114,7 +111,7 @@
114111
'Topic :: Scientific/Engineering :: Bio-Informatics',
115112
'Topic :: Scientific/Engineering :: Chemistry',
116113
],
117-
description=readme,
114+
description=description,
118115
)
119116
try:
120117
os.chdir(os.path.join(local_path, 'cbmpy', 'fluxmodules'))

0 commit comments

Comments
 (0)