summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-12-17 21:53:00 -0500
committerrsiddharth <s@ricketyspace.net>2019-12-17 21:53:00 -0500
commit1d216184f67ff6124b7cca77e2470465bb65b677 (patch)
tree938f0784826eaa661af3e8cc4c9515269bd1144e
parent0ba32949c45c115826b44a8107f69b1cfbbc9273 (diff)
Bump to version 0.1.4.v0.1.4
-rw-r--r--Makefile2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 433b637..5722e97 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
# This file is part of nfsw.
#
-VERSION=0.1.2
+VERSION=0.1.4
VENV_DIR=/usr/local/virtualenv/.nfsw
VENV_CMD=virtualenv-3
diff --git a/setup.py b/setup.py
index ec0d063..57a337b 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ with open('README.md', 'r') as f:
setup(
name='nfsw',
- version='0.1.2',
+ version='0.1.4',
license='ISC',
author='rsiddharth',
author_email='s@ricketyspace.net',