Skip to content

Commit

Permalink
Bump beta version 4.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemin committed May 7, 2017
1 parent 0d0fec0 commit 077e935
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 @@ -63,7 +63,7 @@
# The short X.Y version.
version = '4.0.0'
# The full version, including alpha/beta/rc tags.
release = version + 'b0'
release = version + 'b1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.0b0'
__version__ = '4.0.0b1'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.0b0
current_version = 4.0.0b1
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.0b0',
version='4.0.0b1',
description="Self hosted web page changes monitoring",
long_description=readme + '\n\n' + history,
author="Peter Demin",
Expand Down

0 comments on commit 077e935

Please sign in to comment.