From 4aba7c5b59ec15d625100e49dd19343e54862872 Mon Sep 17 00:00:00 2001 From: Ashwin Naren Date: Sun, 18 Jun 2023 14:52:54 -0700 Subject: [PATCH] version bump --- pyproject.toml | 2 +- source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52cb8a8..63c7299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "autotraders" -version = "1.5.3" +version = "1.5.4" authors = [ { name="Ashwin Naren", email="arihant2math@gmail.com" }, ] diff --git a/source/conf.py b/source/conf.py index f82b7f8..57dc016 100644 --- a/source/conf.py +++ b/source/conf.py @@ -11,7 +11,7 @@ project = "Autotraders" copyright = "2023, cosmictraders" author = "cosmictraders" -release = "1.5.3" +release = "1.5.4" # -- General configuration ---------------------------------------------------