summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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,