Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertopreste committed Jul 3, 2019
1 parent 6d1a736 commit c6685e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -58,10 +58,10 @@
#
# The short X.Y version.
# version = quickci.__version__
version = "0.2.0"
version = "0.2.1"
# The full version, including alpha/beta/rc tags.
# release = quickci.__version__
release = "0.2.0"
release = "0.2.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion quickci/__init__.py
Expand Up @@ -4,4 +4,4 @@

__author__ = """Roberto Preste"""
__email__ = "robertopreste@gmail.com"
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,6 +47,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/robertopreste/quickci",
version='0.2.0',
version='0.2.1',
zip_safe=False,
)

0 comments on commit c6685e3

Please sign in to comment.