diff --git a/HISTORY.rst b/HISTORY.rst index 430f29e..b580d70 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,9 @@ ## History +### 1.0.1 + +* pypi description as markdown + ### 1.0.0 * Actual first release on PyPI. diff --git a/setup.py b/setup.py index 1b51039..a3eac3a 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def load_requirements(f): test_suite='tests', tests_require=test_requirements, url='https://github.com/mehdidc/clip_benchmark', - version='1.0.0', + version='1.0.1', zip_safe=False, extra_require = { "vtab": ["task_adaptation==0.1", "timm>=0.5.4"],