diff --git a/doc/conf.py b/doc/conf.py index f49df8889b8f385cfbf4db3b5ea431df7728283e_ZG9jL2NvbmYucHk=..e48fdf19764b947ae427c5323febf605ee3d9d22_ZG9jL2NvbmYucHk= 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/goocalendar/__init__.py b/goocalendar/__init__.py index f49df8889b8f385cfbf4db3b5ea431df7728283e_Z29vY2FsZW5kYXIvX19pbml0X18ucHk=..e48fdf19764b947ae427c5323febf605ee3d9d22_Z29vY2FsZW5kYXIvX19pbml0X18ucHk= 100644 --- a/goocalendar/__init__.py +++ b/goocalendar/__init__.py @@ -4,4 +4,4 @@ from ._event import Event, EventStore __all__ = ['Calendar', 'EventStore', 'Event'] -__version__ = '0.1' +__version__ = '0.2' diff --git a/setup.py b/setup.py index f49df8889b8f385cfbf4db3b5ea431df7728283e_c2V0dXAucHk=..e48fdf19764b947ae427c5323febf605ee3d9d22_c2V0dXAucHk= 100644 --- a/setup.py +++ b/setup.py @@ -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/',