summaryrefslogtreecommitdiffstats
path: root/setup.py
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 /setup.py
parent78b7730d2279ce50399923bf5dbecf9ec71fa692 (diff)
setup.py: Bump version to 0.1.0.dev2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',