diff --git a/requirements.txt b/requirements.txt index ea1aa14..7577671 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -cronos==0.0.5 +cronos==0.0.6 simple-crypt==4.0.0 diff --git a/setup.py b/setup.py index 316ee5d..a7409f5 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name = 'cronos', packages = ['cronos'], - version = '0.0.5', + version = '0.0.6', install_requires = ['simple-crypt'], description = 'Python module for safely and cleanly using sensitive data in code', author = 'Jamshed Vesuna', author_email = 'jvesuna314@gmail.com', url = 'https://github.com/JamshedVesuna/cronos', - download_url = 'https://github.com/JamshedVesuna/cronos/archive/0.0.5.tar.gz', + download_url = 'https://github.com/JamshedVesuna/cronos/archive/0.0.6.tar.gz', keywords = ['cronos','sensitive', 'encrypt', 'data'], classifiers = [], )