summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5722e97..c2ab575 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
# This file is part of nfsw.
#
-VERSION=0.1.4
+VERSION=0.1.5
VENV_DIR=/usr/local/virtualenv/.nfsw
VENV_CMD=virtualenv-3
diff --git a/setup.py b/setup.py
index 57a337b..f00b83c 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ with open('README.md', 'r') as f:
setup(
name='nfsw',
- version='0.1.4',
+ version='0.1.5',
license='ISC',
author='rsiddharth',
author_email='s@ricketyspace.net',