Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bram Daams
sch
Commits
e3119619
Commit
e3119619
authored
Apr 12, 2020
by
Bram Daams
Browse files
Bump version: 0.6.1 → 0.6.2
parent
3777f8c6
Pipeline
#41263
passed with stages
in 2 minutes and 49 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e3119619
...
...
@@ -23,7 +23,7 @@ $ which sch
`sch --version`
should return something like:
```
console
sch, version 0.6.
1
sch, version 0.6.
2
```
## Command line usage
See the
`--help`
option for usage:
...
...
sch/__init__.py
View file @
e3119619
...
...
@@ -2,4 +2,4 @@
__author__
=
"""Bram Daams"""
__email__
=
'b.daams@science.ru.nl'
__version__
=
'0.6.
1
'
__version__
=
'0.6.
2
'
setup.cfg
View file @
e3119619
[bumpversion]
current_version = 0.6.
1
current_version = 0.6.
2
commit = True
tag = True
...
...
setup.py
View file @
e3119619
...
...
@@ -58,6 +58,6 @@ setup(
test_suite
=
'tests'
,
tests_require
=
TEST_REQUIREMENTS
,
url
=
'https://gitlab.science.ru.nl/bram/sch'
,
version
=
'0.6.
1
'
,
version
=
'0.6.
2
'
,
zip_safe
=
False
,
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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