diff --git a/fatamorgana/__init__.py b/fatamorgana/__init__.py index 215175a..dbf3e05 100644 --- a/fatamorgana/__init__.py +++ b/fatamorgana/__init__.py @@ -24,3 +24,5 @@ from .basic import NString, AString, Validation, OffsetTable, OffsetEntry, \ __author__ = 'Jan Petykiewicz' + +version = '0.2' diff --git a/setup.py b/setup.py index f95bab9..760c6b2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='fatamorgana', - version='0.1', + version='0.2', description='OASIS layout format parser and writer', author='Jan Petykiewicz', author_email='anewusername@gmail.com',