Skip to content

Commit

Permalink
Bump version: 0.0.7 → 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nraw committed Apr 27, 2020
1 parent 0eae86b commit 52754ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.7
current_version = 0.0.8
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -52,9 +52,9 @@ Kedro-Argo
:alt: Supported implementations
:target: https://pypi.org/project/kedro-argo

.. |commits-since| image:: https://img.shields.io/github/commits-since/nraw/kedro-argo/v0.0.7.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/nraw/kedro-argo/v0.0.8.svg
:alt: Commits since latest release
:target: https://github.com/nraw/kedro-argo/compare/v0.0.7...master
:target: https://github.com/nraw/kedro-argo/compare/v0.0.8...master



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -20,7 +20,7 @@
year = '2020'
author = 'Andrej Marsic'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.7'
version = release = '0.0.8'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name="kedro-argo",
version="0.0.7",
version="0.0.8",
license="BSD-3-Clause",
description="Converting kedro pipelines to argo pipelines.",
long_description="%s\n%s"
Expand Down
2 changes: 1 addition & 1 deletion src/kedro_argo/__init__.py
@@ -1 +1 @@
__version__ = '0.0.7'
__version__ = '0.0.8'

0 comments on commit 52754ba

Please sign in to comment.