From b5e5648ea1e2e4acd88470f1455a7da88bc4e4fa Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 15 Dec 2019 10:06:30 -0500 Subject: Bump to version 0.1.1 --- Makefile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index de7962a..81f211d 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # This file is part of nfsw. # -VERSION=0.1.0 +VERSION=0.1.1 VENV_DIR=/usr/local/virtualenv/.nfsw VENV_CMD=virtualenv-3 diff --git a/setup.py b/setup.py index d47813c..0a0cb18 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open('README.md', 'r') as f: setup( name='nfsw', - version='0.1.0', + version='0.1.1', license='ISC', author='rsiddharth', author_email='s@ricketyspace.net', -- cgit v1.2.3