From 9e188a883de63971c81bb27f31adbc9a25a14cbe Mon Sep 17 00:00:00 2001 From: Robert Davies Date: Sat, 20 Jan 2024 18:29:03 -0800 Subject: [PATCH] Bump package version. --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9d8191..0d3c742 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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.1/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.2/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 a36bfd1..7c05245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "immanuel" -version = "1.2.1" +version = "1.2.2" 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" },