Skip to content

Commit

Permalink
Increase minor version number to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Aug 24, 2015
1 parent 04c0dfe commit ab8a89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion billabong/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ab8a89f

Please sign in to comment.