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
948e15a8
Commit
948e15a8
authored
Oct 11, 2020
by
dboe
Browse files
release-v0.3.4
parent
10e287c9
Pipeline
#83972
passed with stages
in 1 minute and 2 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/cookiecutter_input.json
View file @
948e15a8
...
...
@@ -9,7 +9,7 @@
"email"
:
"dboe@ipp.mpg.de"
,
"keywords"
:
"tensors, tensor-fields, graphs, mesh, numpy, math"
,
"package_name"
:
"tfields"
,
"package_version"
:
"0.3.
3
"
,
"package_version"
:
"0.3.
4
"
,
"pypi_username"
:
"dboe"
,
"remote_namespace"
:
"dboe"
,
"remote_provider"
:
"gitlab.mpcdf.mpg.de"
,
...
...
setup.cfg
View file @
948e15a8
[bumpversion]
current_version = 0.3.
3
current_version = 0.3.
4
tag = True
commit = True
message = release-v{new_version}
...
...
setup.py
View file @
948e15a8
from
setuptools
import
setup
setup
(
version
=
"0.3.
3
"
)
setup
(
version
=
"0.3.
4
"
)
tfields/__init__.py
View file @
948e15a8
...
...
@@ -2,7 +2,7 @@
__author__
=
"""Daniel Böckenhoff"""
__email__
=
"dboe@ipp.mpg.de"
__version__
=
"0.3.
3
"
__version__
=
"0.3.
4
"
# methods:
from
tfields.core
import
dim
,
rank
# NOQA
...
...
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