diff --git a/billabong/__init__.py b/billabong/__init__.py index e9e45f4..161be01 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.3" +__version__ = "0.2.4" billabong = Billabong(inventory, stores) diff --git a/setup.py b/setup.py index b87ff88..12fcc63 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from setuptools import setup setup(name='Billabong', - version='0.2.3', + version='0.2.4', description='Personal Encrypted file storage, backup and sharing', long_description=open('README.rst').read(), author='Hugo Herter',