diff --git a/setup.py b/setup.py index 9a0ec77..c8a4441 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.5" +VERSION = "0.6" REQUIRES = ["requests"]