diff --git a/docs/release_notes.md b/docs/release_notes.md index 5b5dd79..922b8e7 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -1,5 +1,8 @@ # Release Notes +# 0.1.10 +### Fix +* Fix dependencies issues # 0.1.9 ### Fix * Fix dependencies issues diff --git a/pyproject.toml b/pyproject.toml index ef20312..e06d002 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "volumetricspy" -version = "0.1.9" +version = "0.1.10" description = "Oil & Gas Tool for estimating Original in Place Resources" authors = ["Santiago Cuervo "] license = "MIT"