summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-04-05 14:50:42 -0500
committerDavid McMackins II <contact@mcmackins.org>2015-04-05 14:50:42 -0500
commite04dfd3ff1fec6ef0b31e34d35439a8f2715662b (patch)
tree87aed4edd96d98b8a251f38d49c1c393d41f3df2
parent34bd35e60ab2deb9c401a801e2aaea467df43877 (diff)
Fix version
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f05d60e..3a60498 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name = 'coinfetch',
- version = '4.0.0',
+ version = '4.1.0',
scripts = ['coinfetch', 'bterfetch'],
py_modules = ['coinfetchapi'],