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

release-v0.3.6

parent 35c7faed
No related branches found
No related tags found
No related merge requests found
Pipeline #104613 passed
......@@ -9,7 +9,7 @@
"email": "dboe@ipp.mpg.de",
"keywords": "tensors, tensor-fields, graphs, mesh, numpy, math",
"package_name": "tfields",
"package_version": "0.3.5",
"package_version": "0.3.6",
"pypi_username": "dboe",
"remote_namespace": "dboe",
"remote_provider": "gitlab.mpcdf.mpg.de",
......
[bumpversion]
current_version = 0.3.5
current_version = 0.3.6
tag = True
commit = True
message = release-v{new_version}
......@@ -87,8 +87,8 @@ test =
pytest-xdist
matplotlib
io =
numpy-stl
io =
numpy-stl
[bdist_wheel]
universal = 1
......
from setuptools import setup
setup(version="0.3.5")
setup(version="0.3.6")
......@@ -5,7 +5,7 @@ TODO: proper documentation, also in dough.
__author__ = """Daniel Böckenhoff"""
__email__ = "dboe@ipp.mpg.de"
__version__ = "0.3.5"
__version__ = "0.3.6"
# methods:
from tfields.core import dim, rank
......
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