From 5c6d8dca25503ccf8511496ef13ffb1baab866b3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 7 Jan 2020 16:21:09 -0500 Subject: Bump to 0.2.1 --- Makefile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 72f33cf..6fb3735 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # This file is part of nfsw. # -VERSION=0.2.0 +VERSION=0.2.1 VENV_DIR=/usr/local/virtualenv/.nfsw VENV_CMD=virtualenv-3 diff --git a/setup.py b/setup.py index 1f3d83a..a331f9f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open('README.md', 'r') as f: setup( name='nfsw', - version='0.2.0', + version='0.2.1', license='ISC', author='rsiddharth', author_email='s@ricketyspace.net', -- cgit v1.2.3