summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-15 21:25:23 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-15 21:40:56 -0500
commitdc1db33151f088dc9562a178d970ea620f5bc7fa (patch)
tree9f50761fc4d558ea1920d9bf439409b88d2493ce /setup.py
parent8ab8a52a9c6f5e82e32c78725a0e2cc2363b1ff6 (diff)
nfsw/__init__.py: Disable strict slashes.
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 3ba61fe..97ed6e4 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.dev2',
+ version='0.1.0.dev3',
license='ISC',
author='rsiddharth',
author_email='s@ricketyspace.net',