From f6fac42c781f22525b1bc378e7405b3e1cb9eb23 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 17 Dec 2019 22:21:23 -0500 Subject: Bump to version 0.1.7. --- Makefile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c2ab575..65459e6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # This file is part of nfsw. # -VERSION=0.1.5 +VERSION=0.1.7 VENV_DIR=/usr/local/virtualenv/.nfsw VENV_CMD=virtualenv-3 diff --git a/setup.py b/setup.py index f00b83c..0737afd 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open('README.md', 'r') as f: setup( name='nfsw', - version='0.1.5', + version='0.1.7', license='ISC', author='rsiddharth', author_email='s@ricketyspace.net', -- cgit v1.2.3