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
Bram Daams
sch
Commits
1dfd7a17
Commit
1dfd7a17
authored
Apr 13, 2020
by
Bram Daams
Browse files
Bump version: 0.6.2 → 0.7.0
parent
c8c81742
Pipeline
#41273
passed with stages
in 2 minutes and 49 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1dfd7a17
...
@@ -23,7 +23,7 @@ $ which sch
...
@@ -23,7 +23,7 @@ $ which sch
`sch --version`
should return something like:
`sch --version`
should return something like:
```
console
```
console
sch, version 0.
6.2
sch, version 0.
7.0
```
```
## Command line usage
## Command line usage
See the
`--help`
option for usage:
See the
`--help`
option for usage:
...
...
sch/__init__.py
View file @
1dfd7a17
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
__author__
=
"""Bram Daams"""
__author__
=
"""Bram Daams"""
__email__
=
'b.daams@science.ru.nl'
__email__
=
'b.daams@science.ru.nl'
__version__
=
'0.
6.2
'
__version__
=
'0.
7.0
'
setup.cfg
View file @
1dfd7a17
[bumpversion]
[bumpversion]
current_version = 0.
6.2
current_version = 0.
7.0
commit = True
commit = True
tag = True
tag = True
...
...
setup.py
View file @
1dfd7a17
...
@@ -58,6 +58,6 @@ setup(
...
@@ -58,6 +58,6 @@ setup(
test_suite
=
'tests'
,
test_suite
=
'tests'
,
tests_require
=
TEST_REQUIREMENTS
,
tests_require
=
TEST_REQUIREMENTS
,
url
=
'https://gitlab.science.ru.nl/bram/sch'
,
url
=
'https://gitlab.science.ru.nl/bram/sch'
,
version
=
'0.
6.2
'
,
version
=
'0.
7.0
'
,
zip_safe
=
False
,
zip_safe
=
False
,
)
)
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