diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdbf61..9914dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 0.1.2 (Under Development) +### 0.1.2 (08-06-2025) - Fixed mypy typing issues (#2) - Updated docs - Pre-commit setup (#5) diff --git a/README.md b/README.md index 21643c1..566d9dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TimeSeed 🌱⏰ [![PyPI Downloads](https://static.pepy.tech/badge/timeseed)](https://pepy.tech/projects/timeseed) -[![Version](https://img.shields.io/badge/version-0.1.1-blue.svg)](https://github.com/devilsautumn/timeseed) +[![Version](https://img.shields.io/badge/version-0.1.2-blue.svg)](https://github.com/devilsautumn/timeseed) [![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)](https://python.org) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/devilsautumn/timeseed/blob/main/LICENSE) diff --git a/docs/index.md b/docs/index.md index 56638a6..4c77fb0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -66,4 +66,4 @@ pip install timeseed --- -**Version**: 0.1.2a1 | **Author**: Bhuvnesh Sharma | **License**: MIT +**Version**: 0.1.2 | **Author**: Bhuvnesh Sharma | **License**: MIT diff --git a/pyproject.toml b/pyproject.toml index 874f9e7..f9a8acd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "timeseed" -version = "0.1.2a1" +version = "0.1.2" authors = [ { name="Bhuvnesh Sharma", email="bhuvnesh875@gmail.com" }, ] diff --git a/timeseed/__init__.py b/timeseed/__init__.py index b1bd63b..eb7d505 100644 --- a/timeseed/__init__.py +++ b/timeseed/__init__.py @@ -48,7 +48,7 @@ - URL-safe identifiers with time-based sorting """ -__version__ = "0.1.2a1" +__version__ = "0.1.2" __author__ = "Bhuvnesh Sharma" __email__ = "bhuvnesh875@gmail.com" __description__ = (