From 7e2c442872dca4f9f1c809b7ef2f2a050b38bb91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Nov 2024 15:10:52 +0000 Subject: [PATCH] Auto bump version to 1.23.4 --- 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 5844cc2..d4633e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "VedAstro" -version = "1.23.3" +version = "1.23.4" 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 c783b70..2456b6c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='VedAstro', - version='1.23.3', + version='1.23.4', 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 8cc3e64..e8feee6 100644 --- a/vedastro/meta.yaml +++ b/vedastro/meta.yaml @@ -1,6 +1,6 @@ package: name: vedastro - version: 1.23.3 + version: 1.23.4 source: git_rev:0.1 git_url:https://github.com/VedAstro/VedAstro.Python.git