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
3f6cb209
Commit
3f6cb209
authored
Oct 17, 2020
by
Bram Daams
Browse files
Bump version: 0.7.1 → 0.7.2
parent
f73ae3b3
Pipeline
#46047
passed with stages
in 1 minute and 45 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3f6cb209
...
...
@@ -23,7 +23,7 @@ $ which sch
`sch --version`
should return something like:
```
console
sch, version 0.7.
1
sch, version 0.7.
2
```
## Command line usage
See the
`--help`
option for usage:
...
...
sch/__init__.py
View file @
3f6cb209
...
...
@@ -2,4 +2,4 @@
__author__
=
"""Bram Daams"""
__email__
=
'b.daams@science.ru.nl'
__version__
=
'0.7.
1
'
__version__
=
'0.7.
2
'
setup.cfg
View file @
3f6cb209
[bumpversion]
current_version = 0.7.
1
current_version = 0.7.
2
commit = True
tag = True
...
...
@@ -22,4 +22,3 @@ universal = 1
exclude = docs
[aliases]
setup.py
View file @
3f6cb209
...
...
@@ -58,6 +58,6 @@ setup(
test_suite
=
'tests'
,
tests_require
=
TEST_REQUIREMENTS
,
url
=
'https://gitlab.science.ru.nl/bram/sch'
,
version
=
'0.7.
1
'
,
version
=
'0.7.
2
'
,
zip_safe
=
False
,
)
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