diff --git a/HISTORY.rst b/HISTORY.rst index 780d980..5dc0811 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,4 +3,4 @@ History ======= -* First release on PyPI. +* 0.2.1 version usada en produccion. diff --git a/setup.py b/setup.py index e4e0df7..be0a9ed 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,6 @@ setup( test_suite='tests', tests_require=test_requirements, url='https://github.com/bit4bit/facho', - version='0.1.2', + version='0.2.1', zip_safe=False, )