Skip to content

Commit

Permalink
Update setup.py - Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinperaza authored Apr 30, 2024
1 parent 5d77f17 commit 98ac8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -22,4 +22,4 @@
"requests",
"utm"
],
)
)

0 comments on commit 98ac8a3

Please sign in to comment.