From cd1ac53f889b3ea18887b4e0aa94d196f517641b Mon Sep 17 00:00:00 2001 From: stochastic-sisyphus <102266523+stochastic-sisyphus@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:10:41 +0000 Subject: [PATCH] Bump version to 0.2.3 in setup.cfg and setup.py --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0f905b1..2295b29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = advanced-data-processing -version = 0.2.1 +version = 0.2.3 description = An advanced data processing pipeline for machine learning workflows long_description = file: README.md long_description_content_type = text/markdown diff --git a/setup.py b/setup.py index 556695d..57cdb9d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="advanced-data-processing", - version="0.2.2", # Incremented version + version="0.2.3", # Incremented version author="Vanessa Beck", author_email="your.email@example.com", description="An advanced data processing pipeline for machine learning workflows",