Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/soilwater/crnpy
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinperaza committed Apr 30, 2024
2 parents 19a1d3f + 98ac8a3 commit 0e6d3e9
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 0e6d3e9

Please sign in to comment.