From f147c394c718cba652e1f48fdae40da8ab698ccb Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 21 Jul 2018 14:11:27 -0700 Subject: [PATCH] Bump version number And include version in __init__.py --- fatamorgana/__init__.py | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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',