From 4c26e6c4253df13163b8d43afc219039e45d3279 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Feb 2025 03:44:27 +0000 Subject: [PATCH] Auto bump version to 1.23.10 --- 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 2a55892..fad196b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "VedAstro" -version = "1.23.9" +version = "1.23.10" 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 7992100..6c45d8a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='VedAstro', - version='1.23.9', + version='1.23.10', 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 f4e97a2..ad67acb 100644 --- a/vedastro/meta.yaml +++ b/vedastro/meta.yaml @@ -1,6 +1,6 @@ package: name: vedastro - version: 1.23.9 + version: 1.23.10 source: git_rev:0.1 git_url:https://github.com/VedAstro/VedAstro.Python.git