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

Increase version number

parent f49df888
No related branches found
No related tags found
No related merge requests found
......@@ -46,5 +46,5 @@
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags.
......@@ -50,5 +50,5 @@
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -4,4 +4,4 @@
from ._event import Event, EventStore
__all__ = ['Calendar', 'EventStore', 'Event']
__version__ = '0.1'
__version__ = '0.2'
......@@ -11,7 +11,7 @@
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(name='GooCalendar',
version='0.1',
version='0.2',
author='Cédric Krier',
author_email='cedric.krier@b2ck.com',
url='http://code.google.com/p/goocalendar/',
......
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