summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTerence D. Honles <terence@honles.com>2018-01-17 21:36:04 -0800
committerTerence D. Honles <terence@honles.com>2018-01-17 21:39:06 -0800
commit2da9212d253e566b7a41a80a692eb70204e953e5 (patch)
tree2cf798eb991e34ff1c829e1cf6c6709bd8b7ccca /setup.py
parent0eafeb557e0e70926ed9450008ef17057d302391 (diff)
downloadfusepy-master.tar.gz
add note mentioning changing maintainersHEADmaster
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 23d1664..500e34c 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ with open('README') as readme:
setup(
name = 'fusepy',
- version = '2.0.4',
+ version = '3.0.0',
description = 'Simple ctypes bindings for FUSE',
long_description = documentation,