Skip to content

Commit

Permalink
bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael committed Oct 1, 2020
1 parent 7bf42ea commit 7b04cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
EMAIL = "[email protected]"
AUTHOR = "GreenPonik SAS"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "0.0.4"
VERSION = "0.0.5"

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = "0.0.4"
__version__ = "0.0.5"

0 comments on commit 7b04cb1

Please sign in to comment.