Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertopreste committed Mar 7, 2020
1 parent 3c35955 commit 0d90153
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion allfreqs/__init__.py
Expand Up @@ -5,4 +5,4 @@

__author__ = """Roberto Preste"""
__email__ = "robertopreste@gmail.com"
__version__ = '0.1.3'
__version__ = '0.2.0'
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -59,10 +59,10 @@
#
# The short X.Y version.
# version = allfreqs.__version__
version = "0.1.3"
version = "0.2.0"
# The full version, including alpha/beta/rc tags.
# release = allfreqs.__version__
release = "0.1.3"
release = "0.2.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.2.0
commit = True
tag = True

Expand All @@ -25,4 +25,3 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

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

0 comments on commit 0d90153

Please sign in to comment.