From 17927e032eec2176e371a8dfb32087aa21bffc22 Mon Sep 17 00:00:00 2001 From: Robert Davies Date: Tue, 19 Mar 2024 09:27:09 -0700 Subject: [PATCH] Bump version. --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f19b97..be2a9b3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Simply pass in a date and coordinates to one of the available chart classes, and ## Documentation -Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.2.3/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart. +Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.2.4/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart. ## Quick Start diff --git a/pyproject.toml b/pyproject.toml index 4a42bd0..577ca84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "immanuel" -version = "1.2.3" +version = "1.2.4" description = "Quickly produce both human-readable and JSON-formatted astrology chart data based on the Swiss Ephemeris and astro.com." authors = [ { name = "Robert Davies", email = "robert@theriftlab.com" },