Skip to content

Commit d2a87c7

Browse files
committed
Increase version
1 parent cdf52c7 commit d2a87c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helloworld/_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__all__ = ("__name__", "__version__", "__author__", "__url__", "__license__")
33

44
__name__ = 'helloworld'
5-
__version__ = "0.0.4"
5+
__version__ = "0.0.5"
66
__author__ = 'Mikel Menta Garde'
77
__url__ = "https://github.com/mkmenta/python-package-example"
88
__license__ = "MIT License"

0 commit comments

Comments
 (0)