Skip to content

Commit

Permalink
Increase minor version number to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jul 25, 2015
1 parent 45d248b commit e572223
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
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit e572223

Please sign in to comment.