Skip to content

Commit 34c0d57

Browse files
committed
Bump version: 0.9.2 → 0.9.3
1 parent 877ab51 commit 34c0d57

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
# the built documents.
6969
#
7070
# The short X.Y version.
71-
version = "0.9.2"
71+
version = "0.9.3"
7272
# The full version, including alpha/beta/rc tags.
73-
release = "0.9.2"
73+
release = "0.9.3"
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

memote/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232

3333
__author__ = "Moritz E. Beber"
3434
__email__ = "morbeb@biosustain.dtu.dk"
35-
__version__ = "0.9.2"
35+
__version__ = "0.9.3"

setup.cfg

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[bumpversion]
2-
current_version = 0.9.2
2+
current_version = 0.9.3
33
commit = True
44
tag = True
55
tag_name = {new_version}
66
parse = (?P<major>\d+)
77
\.(?P<minor>\d+)
88
\.(?P<patch>\d+)
99
(?P<release>[a]?)(?P<num>\d*)
10-
serialize =
10+
serialize =
1111
{major}.{minor}.{patch}{release}{num}
1212
{major}.{minor}.{patch}
1313

@@ -17,7 +17,7 @@ url = https://github.com/opencobra/memote
1717
download_url = https://pypi.org/pypi/memote/
1818
author = Moritz E. Beber
1919
author_email = morbeb@biosustain.dtu.dk
20-
classifiers =
20+
classifiers =
2121
Development Status :: 5 - Production/Stable
2222
Intended Audience :: Developers
2323
Intended Audience :: Science/Research
@@ -33,7 +33,7 @@ classifiers =
3333
license = Apache Software License Version 2.0
3434
description = the genome-scale metabolic model test suite
3535
long_description = file: README.rst
36-
keywords =
36+
keywords =
3737
memote
3838
metabolic
3939
constrained-based
@@ -45,7 +45,7 @@ keywords =
4545

4646
[options]
4747
zip_safe = False
48-
install_requires =
48+
install_requires =
4949
click <7.0
5050
click-configfile
5151
click-log
@@ -73,30 +73,30 @@ install_requires =
7373
depinfo
7474
equilibrator_api;python_version>='3.5'
7575
python_requires = >=2.7,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
76-
tests_require =
76+
tests_require =
7777
tox
7878
packages = find:
7979

8080
[options.package_data]
81-
memote.experimental.schemata =
81+
memote.experimental.schemata =
8282
*.json
83-
memote.suite =
83+
memote.suite =
8484
tests/*.py
85-
memote.suite.templates =
85+
memote.suite.templates =
8686
*.html
8787
*.yml
88-
memote.support.data =
88+
memote.support.data =
8989
*.csv
9090
*.json
9191

9292
[options.entry_points]
93-
console_scripts =
93+
console_scripts =
9494
memote = memote.suite.cli.runner:cli
9595

9696
[bumpversion:part:release]
9797
optional_value = placeholder
9898
first_value = placeholder
99-
values =
99+
values =
100100
placeholder
101101
a
102102

@@ -124,7 +124,7 @@ universal = 1
124124

125125
[flake8]
126126
max-line-length = 80
127-
exclude =
127+
exclude =
128128
__init__.py
129129
docs
130130

@@ -133,7 +133,7 @@ match_dir = memote
133133

134134
[tool:pytest]
135135
testpaths = tests
136-
filterwarnings =
136+
filterwarnings =
137137
ignore::DeprecationWarning:libsbml
138138

139139
[isort]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525

2626
# All other keys are defined in `setup.cfg` under [metadata] and [options].
2727
setup(
28-
version="0.9.2",
28+
version="0.9.3",
2929
)

0 commit comments

Comments
 (0)