Skip to content

Commit

Permalink
Updated requirements.txt and changed version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynke committed Apr 2, 2019
1 parent 5171d1b commit e3415e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools
wheel
twine
tox
setuptools>=40.8.0
wheel>=0.33.1
twine>=1.13.0
tox>=3.8.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='python-gedcom',
version='1.0.0dev',
version='1.0.0',
description='A Python module for parsing, analyzing, and manipulating GEDCOM files.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e3415e5

Please sign in to comment.