diff --git a/MANIFEST.in b/MANIFEST.in index ac9e21d..49f37b0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -global-include *.se1 +global-include *.se1 *.mo diff --git a/README.md b/README.md index eb33db2..029d2a6 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.3.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.3.2/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart. ## Translations @@ -25,7 +25,7 @@ Immanuel is currently available in the following locales / languages: * **pt_BR:** Brazilian Portuguese * Coming soon: Spanish translation -See [the documentation](https://github.com/theriftlab/immanuel-python/tree/v1.3.1/docs/5-settings.md#locale) on how to switch. The documentation itself is not currently available in other translations. To contribute translations, see [below](#contributions). +See [the documentation](https://github.com/theriftlab/immanuel-python/tree/v1.3.2/docs/5-settings.md#locale) on how to switch. The documentation itself is not currently available in other translations. To contribute translations, see [below](#contributions). ## Quick Start diff --git a/pyproject.toml b/pyproject.toml index e47c939..e14d0ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "immanuel" -version = "1.3.1" +version = "1.3.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" },