Skip to content

Commit

Permalink
Bump version: 4.0.0 → 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemin committed May 10, 2017
1 parent 5a51ad0 commit 72bdc34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -61,7 +61,7 @@
# the built documents.
#
# The short X.Y version.
version = '4.0.0'
version = '4.0.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion kibitzr/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Peter Demin'
__email__ = 'kibitzrrr@gmail.com'
__version__ = '4.0.0'
__version__ = '4.0.1'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.0
current_version = 4.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def changelog_version():

setup(
name='kibitzr',
version='4.0.0',
version='4.0.1',
description="Self hosted web page changes monitoring",
long_description=readme + '\n\n' + history,
author="Peter Demin",
Expand Down

0 comments on commit 72bdc34

Please sign in to comment.