From d45c14c5301e972b124bd50e5606253770a99a62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Nov 2024 15:11:04 +0000 Subject: [PATCH] Auto bump version to 1.23.5 --- pyproject.toml | 2 +- setup.py | 2 +- vedastro/meta.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4633e6..06b49a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "VedAstro" -version = "1.23.4" +version = "1.23.5" 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 2456b6c..cab6b9f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='VedAstro', - version='1.23.4', + version='1.23.5', 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 e8feee6..2d98d69 100644 --- a/vedastro/meta.yaml +++ b/vedastro/meta.yaml @@ -1,6 +1,6 @@ package: name: vedastro - version: 1.23.4 + version: 1.23.5 source: git_rev:0.1 git_url:https://github.com/VedAstro/VedAstro.Python.git