diff --git a/setup.py b/setup.py index f646fcf..f7c6ad7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name="crnpy", - version="0.6.0", + version="0.6.1", packages=['crnpy'], package_dir = {"": "src"}, description="A Python package for the estimation and processing of soil moisture data from cosmic-ray neutron counts.", @@ -22,4 +22,4 @@ "requests", "utm" ], -) \ No newline at end of file +)