Skip to content
Snippets Groups Projects
Commit 488f62801858 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Increase version number

parent 3b6e2e0d2747
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.2'
release = '0.7.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -11,4 +11,4 @@
from ._event import Event, EventStore # noqa: E402
__all__ = ['Calendar', 'EventStore', 'Event']
__version__ = '0.7.2'
__version__ = '0.7.3'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment