summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-09 20:27:37 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-09 20:28:06 -0500
commit98e750fc185004367d22781c3739607777102f2f (patch)
treeeaac4e6918a9cba1102f642f4b11c33c3a8b4a57
parent78b7730d2279ce50399923bf5dbecf9ec71fa692 (diff)
setup.py: Bump version to 0.1.0.dev2
-rw-r--r--Makefile2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e789554..88a7d25 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ VENV_DIR=/usr/local/virtualenv/.nfsw
VENV_CMD=virtualenv-3
JSHINT=~/.npm-packages/bin/jshint
PRD_HOST=cygnus
-PRD_WHEEL=nfsw-0.1.0.dev1-py3-none-any.whl
+PRD_WHEEL=nfsw-0.1.0.dev2-py3-none-any.whl
UWSGI_INI=etc/uwsgi/nfsw.ini
RC_D=etc/rc.d/nfsw
diff --git a/setup.py b/setup.py
index 4577b1e..3ba61fe 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.dev1',
+ version='0.1.0.dev2',
license='ISC',
author='rsiddharth',
author_email='s@ricketyspace.net',