Skip to content

Commit

Permalink
Bump version: 0.7.4 → 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yifan Zhang committed Dec 2, 2020
1 parent c7bf74f commit 7a81879
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.4
current_version = 0.7.5
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
year = '2020'
author = 'Yifan Zhang'
copyright = '{0}, {1}'.format(year, author)
release = '0.7.4'
release = '0.7.5'
#try:
# from pkg_resources import get_distribution
# version = release = get_distribution('tanbih-worker').version
#except Exception:
# traceback.print_exc()
# version = release = '0.7.4'
# version = release = '0.7.5'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
readme = f.read()

setup(name="tanbih-pipeline",
version="0.7.4",
version="0.7.5",
description="a pipeline framework for streaming processing",
long_description=readme,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 7a81879

Please sign in to comment.