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

release-v0.3.10

parent c16ca9fe
No related branches found
No related tags found
No related merge requests found
Pipeline #117344 failed
...@@ -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.9", "package_version": "0.3.10",
"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.9 current_version = 0.3.10
tag = True tag = True
commit = True commit = True
message = release-v{new_version} message = release-v{new_version}
...@@ -22,16 +22,16 @@ url = https://gitlab.mpcdf.mpg.de/dboe/tfields ...@@ -22,16 +22,16 @@ url = https://gitlab.mpcdf.mpg.de/dboe/tfields
author = Daniel Böckenhoff author = Daniel Böckenhoff
author_email = dboe@ipp.mpg.de author_email = dboe@ipp.mpg.de
classifiers = classifiers =
Development Status :: 3 - Alpha Development Status :: 3 - Alpha
License :: OSI Approved :: MIT License License :: OSI Approved :: MIT License
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.10
license = MIT License license = MIT License
license_files = LICENSE.rst license_files = LICENSE.rst
description = Tensors, tensor fields, graphs, mesh manipulation, CAD and more on the basis of numpy.ndarrays. All objects keep track of their coordinate system. Symbolic math operations work for object manipulation. description = Tensors, tensor fields, graphs, mesh manipulation, CAD and more on the basis of numpy.ndarrays. All objects keep track of their coordinate system. Symbolic math operations work for object manipulation.
...@@ -56,8 +56,8 @@ install_requires = ...@@ -56,8 +56,8 @@ install_requires =
sortedcontainers sortedcontainers
tests_require = tests_require =
doctest doctest
unittest unittest
pytest pytest
[options.packages.find] [options.packages.find]
exclude = exclude =
......
from setuptools import setup from setuptools import setup
setup(version="0.3.9") setup(version="0.3.10")
...@@ -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.9" __version__ = "0.3.10"
# 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.
Finish editing this message first!
Please register or to comment