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

release-v0.3.5

parent 26fc4e5f
Branches
Tags
No related merge requests found
Pipeline #89439 passed
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"email": "dboe@ipp.mpg.de", "email": "dboe@ipp.mpg.de",
"keywords": "tensors, tensor-fields, graphs, mesh, numpy, math", "keywords": "tensors, tensor-fields, graphs, mesh, numpy, math",
"package_name": "tfields", "package_name": "tfields",
"package_version": "0.3.4", "package_version": "0.3.5",
"pypi_username": "dboe", "pypi_username": "dboe",
"remote_namespace": "dboe", "remote_namespace": "dboe",
"remote_provider": "gitlab.mpcdf.mpg.de", "remote_provider": "gitlab.mpcdf.mpg.de",
......
[bumpversion] [bumpversion]
current_version = 0.3.4 current_version = 0.3.5
tag = True tag = True
commit = True commit = True
message = release-v{new_version} message = release-v{new_version}
......
from setuptools import setup from setuptools import setup
setup(version="0.3.4") setup(version="0.3.5")
...@@ -5,7 +5,7 @@ TODO: proper documentation, also in dough. ...@@ -5,7 +5,7 @@ TODO: proper documentation, also in dough.
__author__ = """Daniel Böckenhoff""" __author__ = """Daniel Böckenhoff"""
__email__ = "dboe@ipp.mpg.de" __email__ = "dboe@ipp.mpg.de"
__version__ = "0.3.4" __version__ = "0.3.5"
# methods: # methods:
from tfields.core import dim, rank from tfields.core import dim, rank
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment