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
verimag
tempo
multidimensional_search
Commits
47b74e6f
Commit
47b74e6f
authored
Mar 19, 2019
by
EXT José Ignacio Requeno Jarabo
Browse files
Bump version: 1.1.1-dev0 → 1.1.1
parent
5c590971
Pipeline
#21100
passed with stages
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
47b74e6f
[bumpversion]
current_version = 1.1.1
-dev0
current_version = 1.1.1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
...
...
ParetoLib/__init__.py
View file @
47b74e6f
...
...
@@ -7,7 +7,7 @@
"""
ParetoLib package.
"""
__version__
=
"1.1.1
-dev0
"
__version__
=
"1.1.1"
__name__
=
'ParetoLib'
__all__
=
[
'Geometry'
,
'JAMT'
,
'Oracle'
,
'Search'
,
'STLe'
,
'_py3k'
]
...
...
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