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
6ed6e427
Commit
6ed6e427
authored
Jul 21, 2021
by
dboe
Browse files
release-v0.3.7
parent
e42cc247
Pipeline
#106096
passed with stages
in 2 minutes and 45 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
docs/cookiecutter_input.json
View file @
6ed6e427
...
...
@@ -9,7 +9,7 @@
"email"
:
"dboe@ipp.mpg.de"
,
"keywords"
:
"tensors, tensor-fields, graphs, mesh, numpy, math"
,
"package_name"
:
"tfields"
,
"package_version"
:
"0.3.
6
"
,
"package_version"
:
"0.3.
7
"
,
"pypi_username"
:
"dboe"
,
"remote_namespace"
:
"dboe"
,
"remote_provider"
:
"gitlab.mpcdf.mpg.de"
,
...
...
setup.cfg
View file @
6ed6e427
[bumpversion]
current_version = 0.3.
6
current_version = 0.3.
7
tag = True
commit = True
message = release-v{new_version}
...
...
setup.py
View file @
6ed6e427
from
setuptools
import
setup
setup
(
version
=
"0.3.
6
"
)
setup
(
version
=
"0.3.
7
"
)
tfields/__init__.py
View file @
6ed6e427
...
...
@@ -5,7 +5,7 @@ TODO: proper documentation, also in dough.
__author__
=
"""Daniel Böckenhoff"""
__email__
=
"dboe@ipp.mpg.de"
__version__
=
"0.3.
6
"
__version__
=
"0.3.
7
"
# methods:
from
tfields.core
import
dim
,
rank
...
...
Write
Preview
Markdown
is supported
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