Skip to content
Snippets Groups Projects
Commit 7f970496 authored by dboe's avatar dboe
Browse files

release-v0.7.11

parent 925b06e3
No related branches found
No related tags found
No related merge requests found
Pipeline #141578 passed
......@@ -10,7 +10,7 @@
"email": "dboe@ipp.mpg.de",
"keywords": "plotting, matplotlib, pyqtgraph, backend, logging, path, argparse",
"package_name": "rna",
"package_version": "0.7.10",
"package_version": "0.7.11",
"pypi_username": "dboe",
"remote_namespace": "dboe",
"remote_provider": "gitlab.mpcdf.mpg.de",
......
......@@ -2,7 +2,7 @@
__author__ = """Daniel Böckenhoff"""
__email__ = "dboe@ipp.mpg.de"
__version__ = "0.7.10"
__version__ = "0.7.11"
from . import log # NOQA
from . import path # NOQA
from . import process # NOQA
......
[bumpversion]
current_version = 0.7.10
current_version = 0.7.11
tag = True
commit = True
message = release-v{new_version}
......
......@@ -99,7 +99,7 @@ class Requirements(ConfigExporter):
setup(
version="0.7.10",
version="0.7.11",
cmdclass={
"requirements": Requirements,
"conda": Conda,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment