Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Boeckenhoff
tfields
Commits
bd811843
Commit
bd811843
authored
Oct 11, 2020
by
dboe
Browse files
release-v0.3.3
parent
76afd6c5
Pipeline
#83978
passed with stages
in 26 minutes and 30 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
docs/cookiecutter_input.json
View file @
bd811843
...
...
@@ -9,7 +9,7 @@
"email"
:
"dboe@ipp.mpg.de"
,
"keywords"
:
"tensors, tensor-fields, graphs, mesh, numpy, math"
,
"package_name"
:
"tfields"
,
"package_version"
:
"0.3.
2
"
,
"package_version"
:
"0.3.
3
"
,
"pypi_username"
:
"dboe"
,
"remote_namespace"
:
"dboe"
,
"remote_provider"
:
"gitlab.mpcdf.mpg.de"
,
...
...
setup.cfg
View file @
bd811843
[bumpversion]
current_version = 0.3.
2
current_version = 0.3.
3
tag = True
commit = True
message = release-v{new_version}
...
...
setup.py
View file @
bd811843
from
setuptools
import
setup
setup
(
version
=
"0.3.
2
"
)
setup
(
version
=
"0.3.
3
"
)
tfields/__init__.py
View file @
bd811843
...
...
@@ -2,7 +2,7 @@
__author__
=
"""Daniel Böckenhoff"""
__email__
=
"dboe@ipp.mpg.de"
__version__
=
"0.3.
2
"
__version__
=
"0.3.
3
"
# methods:
from
tfields.core
import
dim
,
rank
# NOQA
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment