From bf7d2c75693df78ec01e3a690c30027846d1ab8e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 19 Jan 2020 22:58:28 -0500 Subject: Bump to version 0.2.3. --- Makefile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 10a9d91..7bb5ce3 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # This file is part of nfsw. # -VERSION=0.2.2 +VERSION=0.2.3 VENV_DIR=/usr/local/virtualenv/.nfsw VENV_CMD=virtualenv-3 diff --git a/setup.py b/setup.py index b1a864d..1704215 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open('README.md', 'r') as f: setup( name='nfsw', - version='0.2.2', + version='0.2.3', license='ISC', author='rsiddharth', author_email='s@ricketyspace.net', -- cgit v1.2.3