From 25262451185e5e8f517dc32a7a7c833c22e167b7 Mon Sep 17 00:00:00 2001 From: pravic Date: Thu, 7 Jul 2016 07:13:11 +0300 Subject: [PATCH] version 0.4.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f5ef18..72b0c28 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'url': 'http://github.com/pravic/pysciter/', 'download_url': 'https://github.com/pravic/pysciter/releases', 'bugtrack_url': 'https://github.com/pravic/pysciter/issues', - 'version': '0.4.3', + 'version': '0.4.4', 'platforms': ['Windows', 'Linux', 'MacOS X', ], 'packages': ['sciter', 'sciter.capi'], 'install_requires': [''],