Skip to content
Snippets Groups Projects
Commit 1845ae82 authored by Daniel Böckenhoff's avatar Daniel Böckenhoff
Browse files

release: v0.7.14

parent c3bbc305
No related branches found
No related tags found
No related merge requests found
Pipeline #158015 failed
......@@ -10,7 +10,7 @@
"email": "dboe@ipp.mpg.de",
"keywords": "plotting, matplotlib, pyqtgraph, backend, logging, path, argparse",
"package_name": "rna",
"package_version": "0.7.13",
"package_version": "0.7.14",
"pypi_username": "dboe",
"remote_namespace": "dboe",
"remote_provider": "gitlab.mpcdf.mpg.de",
......
[tool.poetry]
name = "rna"
version = "0.7.13"
version = "0.7.14"
description = "Basic and essential code building blocks of all pythons"
authors = ["Daniel Böckenhoff <dboe@ipp.mpg.de>"]
license = "MIT License"
......
......@@ -2,7 +2,7 @@
__author__ = """Daniel Böckenhoff"""
__email__ = "dboe@ipp.mpg.de"
__version__ = "0.7.13"
__version__ = "0.7.14"
from . import log # NOQA
from . import path # NOQA
from . import process # NOQA
......
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