Skip to content

Commit

Permalink
Bump version: 4.0.9 → 4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemin committed Aug 28, 2017
1 parent 7f8c7a6 commit b1fb871
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.9'
version = '4.0.10'
# 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.9'
__version__ = '4.0.10'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.9
current_version = 4.0.10
commit = True
tag = True

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

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

0 comments on commit b1fb871

Please sign in to comment.