Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed May 10, 2017
1 parent 5883ead commit ae1385a
Show file tree
Hide file tree
Showing 4 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.1.1
current_version = 0.2.0
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# built documents.
#
# The short X.Y version.
version = '0.1.1'
version = '0.2.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setupdict = dict(
name='schvalidator',
version='0.1.1',
version='0.2.0',
description='Schematron Validator',
url='https://github.com/openSUSE/schvalidator',
# Author details
Expand Down
2 changes: 1 addition & 1 deletion src/schvalidator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import logging


__version__ = "0.1.1" # flake8: noqa
__version__ = "0.2.0" # flake8: noqa
__author__ = "Thomas Schraitle" # flake8: noqa
__proc__ = "schvalidator"
__url__ = "https://github.com/openSUSE/schvalidator"
Expand Down

0 comments on commit ae1385a

Please sign in to comment.