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

Update template

parent 69ba46d8
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@ clean:
rm -rf .tox
rm -rf .pytest_cache
rm -rf *.egg-info
pre-commit clean
# pre-commit clean
publish:
# call optional with argument: make part=minor publish
......
......@@ -9,7 +9,7 @@
"email": "dboe@ipp.mpg.de",
"keywords": "tensors, tensor-fields, graphs, mesh, numpy, math",
"package_name": "tfields",
"package_version": "0.3.9",
"package_version": "0.3.11",
"pypi_username": "dboe",
"remote_namespace": "dboe",
"remote_provider": "gitlab.mpcdf.mpg.de",
......
[bumpversion]
current_version = 0.3.9
current_version = 0.3.11
tag = True
commit = True
message = release-v{new_version}
......@@ -63,7 +63,7 @@ all =
dev =
%(docs)s
%(test)s
bumpversion # for incrementing the version
bump2version # for incrementing the version
twine # for publishing
sphinx # for documentation
pre-commit # https://pre-commit.com/ for hook managment
......@@ -137,7 +137,8 @@ deps =
{[options.extras_require]test}
extras = test
commands =
pytest \
pytest {envsitepackagesdir}/tfields \ # prevent ImportPathMismatchError https://tox.wiki/en/latest/example/pytest.html
--basetemp="{envtmpdir}" {posargs}
--cov={[metadata]name} \
--ignore=docs \
--junitxml=report/junit.xml
......
from setuptools import setup
setup(version="0.3.9")
setup(version="0.3.11")
......@@ -2,4 +2,4 @@
__author__ = """Daniel Böckenhoff"""
__email__ = "dboe@ipp.mpg.de"
__version__ = "0.3.9"
__version__ = "0.3.11"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment