summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-01-18 20:27:29 -0500
committerrsiddharth <s@ricketyspace.net>2020-01-18 20:27:29 -0500
commite124670447c9294a5dba5654b94574da8698cb4f (patch)
tree36e10935ab7bb06b96e620a620bcee263fb0fb19
parent5d977a8be649f83dd743cc4dc00c9bad0c229b75 (diff)
Bump to version 0.2.2.v0.2.2
-rw-r--r--Makefile2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6fb3735..10a9d91 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
# This file is part of nfsw.
#
-VERSION=0.2.1
+VERSION=0.2.2
VENV_DIR=/usr/local/virtualenv/.nfsw
VENV_CMD=virtualenv-3
diff --git a/setup.py b/setup.py
index a331f9f..b1a864d 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ with open('README.md', 'r') as f:
setup(
name='nfsw',
- version='0.2.1',
+ version='0.2.2',
license='ISC',
author='rsiddharth',
author_email='s@ricketyspace.net',