Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vgoehler committed Mar 5, 2020
1 parent b731e2a commit 44ce069
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.4.1
current_version = 0.4.2
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Overview
:alt: Coverage Status
:target: https://codecov.io/github/vgoehler/PyEVM

.. |commits-since| image:: https://img.shields.io/github/commits-since/vgoehler/PyEVM/v0.4.1.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/vgoehler/PyEVM/v0.4.2.svg
:alt: Commits since latest release
:target: https://github.com/vgoehler/PyEVM/compare/v0.4.1...master
:target: https://github.com/vgoehler/PyEVM/compare/v0.4.2...master



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
year = '2019-2020'
author = 'Volker G Göhler'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.4.1'
version = release = '0.4.2'

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 @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='PyEVM',
version='0.4.1',
version='0.4.2',
license='BSD-2-Clause',
description='Eulerian Video Magnification for Python',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/python_eulerian_video_magnification/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.1'
__version__ = '0.4.2'

0 comments on commit 44ce069

Please sign in to comment.