Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Barcaroli committed Apr 22, 2020
1 parent 74cd778 commit 5a81fec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endef
export PRINT_HELP_PYSCRIPT

BROWSER := python -c "$$BROWSER_PYSCRIPT"
VERSION := 0.1.0
VERSION := 0.2.0

help:
@python -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST)
Expand Down
2 changes: 1 addition & 1 deletion kofi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Leonardo Barcaroli"""
__email__ = "leonardo.barcaroli@prima.it"
__version__ = "0.1.0"
__version__ = "0.2.0"
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True
sign_tag = True
Expand All @@ -23,5 +23,3 @@ universal = 1
exclude = docs

[aliases]
# Define setup.py command aliases here

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/torrefatto/kofi",
version="0.1.0",
version="0.2.0",
zip_safe=False,
)

0 comments on commit 5a81fec

Please sign in to comment.