Skip to content
Snippets Groups Projects
Commit ba1b5def authored by Benjamin Murauer's avatar Benjamin Murauer
Browse files

release v0.8.26

parent ff4d096b
No related branches found
Tags v0.8.26
No related merge requests found
Pipeline #51149 failed with stage
in 1 minute and 46 seconds
[bumpversion]
current_version = 0.8.25
current_version = 0.8.26
[bumpversion:file:setup.py]
......
......@@ -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.25',
version='0.8.26',
author='Benjamin Murauer, Michael Vötter',
author_email='b.murauer@posteo.de',
description='should make things more reproducible',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment