Bump version number
And include version in __init__.py
This commit is contained in:
parent
9133245d49
commit
f147c394c7
2 changed files with 3 additions and 1 deletions
|
|
@ -24,3 +24,5 @@ from .basic import NString, AString, Validation, OffsetTable, OffsetEntry, \
|
||||||
|
|
||||||
|
|
||||||
__author__ = 'Jan Petykiewicz'
|
__author__ = 'Jan Petykiewicz'
|
||||||
|
|
||||||
|
version = '0.2'
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name='fatamorgana',
|
setup(name='fatamorgana',
|
||||||
version='0.1',
|
version='0.2',
|
||||||
description='OASIS layout format parser and writer',
|
description='OASIS layout format parser and writer',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue