From e5f68b0cff7001bf7354257667b1880a821b37fb Mon Sep 17 00:00:00 2001 From: Oscar Faixat Date: Sun, 6 Oct 2019 00:06:38 +0200 Subject: [PATCH] bumping up version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cbcea0b..4915577 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='django-ha-hardware', - version='0.1', + version='0.2', packages=find_packages(), include_package_data=True, license='MIT License',