diff --git a/billabong/__init__.py b/billabong/__init__.py index a8b3755..e9e45f4 100644 --- a/billabong/__init__.py +++ b/billabong/__init__.py @@ -26,7 +26,7 @@ from .core import Billabong __author__ = "Hugo Herter http://hugoherter.com" -__version__ = "0.2.2" +__version__ = "0.2.3" billabong = Billabong(inventory, stores) diff --git a/setup.py b/setup.py index c991e94..b87ff88 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from setuptools import setup setup(name='Billabong', - version='0.2.2', + version='0.2.3', description='Personal Encrypted file storage, backup and sharing', long_description=open('README.rst').read(), author='Hugo Herter',