diff --git a/Claypigeon/VERSION b/Claypigeon/VERSION index 6e8bf73..17e51c3 100644 --- a/Claypigeon/VERSION +++ b/Claypigeon/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/setup.py b/setup.py index 8138cb8..835e890 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'claypigeon-mount = Claypigeon.filesystem:main', ] ), - package_data = {}, + package_data = {'Claypigeon': ['VERSION']}, test_suite = 'Claypigeon.tests', install_requires = [ 'llfuse == 1.1.1',