forked from jan/fatamorgana
Bump version number
This commit is contained in:
parent
ef8c5f9368
commit
d154ef23df
2 changed files with 2 additions and 2 deletions
|
|
@ -25,4 +25,4 @@ from .basic import NString, AString, Validation, OffsetTable, OffsetEntry, \
|
|||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
version = '0.2'
|
||||
version = '0.3'
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue