summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e3ed8e1..cf52290 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ config = {
'download_url': 'git://ricketyspace.net/combox.git',
'license': 'GNU General Public License v3.0 or later',
'author_email': 'sravik@bgsu.edu',
- 'version': '0.1.2',
+ 'version': '0.1.3',
'install_requires': ['nose', 'watchdog', 'PyYAML', 'pycrypto',
'simplejson', 'pickledb'],
'packages': ['combox'],