From e3415e5d864aec37d8a9781f6d5169c9afbae203 Mon Sep 17 00:00:00 2001 From: Nicklas Reincke Date: Tue, 2 Apr 2019 16:39:06 +0200 Subject: [PATCH] Updated `requirements.txt` and changed version number to 1.0.0 --- requirements.txt | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8b2077f..998e43b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -setuptools -wheel -twine -tox +setuptools>=40.8.0 +wheel>=0.33.1 +twine>=1.13.0 +tox>=3.8.4 diff --git a/setup.py b/setup.py index e531212..7be7a27 100644 --- a/setup.py +++ b/setup.py @@ -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',