We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf52c7 commit d2a87c7Copy full SHA for d2a87c7
1 file changed
helloworld/_info.py
@@ -2,7 +2,7 @@
2
__all__ = ("__name__", "__version__", "__author__", "__url__", "__license__")
3
4
__name__ = 'helloworld'
5
-__version__ = "0.0.4"
+__version__ = "0.0.5"
6
__author__ = 'Mikel Menta Garde'
7
__url__ = "https://github.com/mkmenta/python-package-example"
8
__license__ = "MIT License"
0 commit comments