Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institut für Informatik
dbis
software
dbispipeline
Commits
ba1b5def
Commit
ba1b5def
authored
Aug 19, 2021
by
Benjamin Murauer
Browse files
release v0.8.26
parent
ff4d096b
Pipeline
#51149
failed with stage
in 1 minute and 46 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
setup.cfg
setup.cfg
+1
-1
setup.py
setup.py
+3
-2
No files found.
setup.cfg
View file @
ba1b5def
[bumpversion]
current_version = 0.8.2
5
current_version = 0.8.2
6
[bumpversion:file:setup.py]
...
...
setup.py
View file @
ba1b5def
...
...
@@ -3,14 +3,15 @@ from setuptools import find_packages
from
setuptools
import
setup
# we should not use the requirements.txt at this point after all.
# https://packaging.python.org/discussions/install-requires-vs-requirements/#requirements-files
# https://packaging.python.org/discussions/install-requires-vs-requirements
# /#requirements-files
with
open
(
'README.md'
)
as
fh
:
long_description
=
fh
.
read
()
setup
(
name
=
'dbispipeline'
,
version
=
'0.8.2
5
'
,
version
=
'0.8.2
6
'
,
author
=
'Benjamin Murauer, Michael Vötter'
,
author_email
=
'b.murauer@posteo.de'
,
description
=
'should make things more reproducible'
,
...
...
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