From d154ef23df1b496145a8c81285656828dcf69fcf Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 21 Jul 2018 14:31:10 -0700 Subject: [PATCH] Bump version number --- fatamorgana/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fatamorgana/__init__.py b/fatamorgana/__init__.py index dbf3e05..6afc884 100644 --- a/fatamorgana/__init__.py +++ b/fatamorgana/__init__.py @@ -25,4 +25,4 @@ from .basic import NString, AString, Validation, OffsetTable, OffsetEntry, \ __author__ = 'Jan Petykiewicz' -version = '0.2' +version = '0.3' diff --git a/setup.py b/setup.py index 4a68e3e..d88e4c6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md', 'r') as f: long_description = f.read() setup(name='fatamorgana', - version='0.2', + version='0.3', description='OASIS layout format parser and writer', long_description=long_description, long_description_content_type='text/markdown',