diff --git a/pyproject.toml b/pyproject.toml index d299642..2a55892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "VedAstro" -version = "1.23.8" +version = "1.23.9" description = "An open source Python library for advanced astronomical calculations like planet longitude, house sign, shadbala, etc..." authors = ["Tharaka Umayanga "] readme = "README.md" diff --git a/setup.py b/setup.py index 3ca4ef4..7992100 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='VedAstro', - version='1.23.8', + version='1.23.9', description='An open source Python library for advanced astronomical calculations like planet longitude, house sign, shadbala, etc...', author='Tharaka Umayanga', author_email='tharakau@gmail.com', diff --git a/vedastro/meta.yaml b/vedastro/meta.yaml index e95541c..f4e97a2 100644 --- a/vedastro/meta.yaml +++ b/vedastro/meta.yaml @@ -1,6 +1,6 @@ package: name: vedastro - version: 1.23.8 + version: 1.23.9 source: git_rev:0.1 git_url:https://github.com/VedAstro/VedAstro.Python.git