From ab8a89fa40224eb1c1ec0edf34c5cc2961646dcc Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Mon, 24 Aug 2015 18:14:47 +0200 Subject: [PATCH] Increase minor version number to 0.2.4 --- billabong/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',