diff --git a/pyproject.toml b/pyproject.toml index c8bd2f6..5844cc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "VedAstro" -version = "1.23.2" +version = "1.23.3" 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 e10c8dd..c783b70 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='VedAstro', - version='1.23.2', + version='1.23.3', 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 8b89ab6..8cc3e64 100644 --- a/vedastro/meta.yaml +++ b/vedastro/meta.yaml @@ -1,6 +1,6 @@ package: name: vedastro - version: 1.23.2 + version: 1.23.3 source: git_rev:0.1 git_url:https://github.com/VedAstro/VedAstro.Python.git