Skip to content

Commit 650a984

Browse files
committed
Update to 1.0
1 parent 631f48f commit 650a984

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='FixedWidth',
55
packages=['fixedwidth'],
6-
version='0.99.7',
6+
version='1.0',
77
description='Two-way fixed-width <--> Python dict converter.',
88
author='Shawn Milochik',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)