From 8ce78529dcf069bcb149319f48a2900715db876c Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 9 Dec 2023 18:33:45 +0000 Subject: [PATCH] 0.0.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/aiohappyeyeballs/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..44c634a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ # Changelog + +## v0.0.1 (2023-12-09) + +### Fix + +- Reserve name on pypi (#1) ([`2207f8d`](https://github.com/bdraco/aiohappyeyeballs/commit/2207f8d361af4ec0b853b07fb743eb957a0b368a)) diff --git a/docs/conf.py b/docs/conf.py index d23702f..2e1b69a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "aiohappyeyeballs" copyright = "2023, J. Nick Koston" author = "J. Nick Koston" -release = "0.0.0" +release = "0.0.1" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 912707b..4e00995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiohappyeyeballs" -version = "0.0.0" +version = "0.0.1" description = "Happy Eyeballs" authors = ["J. Nick Koston "] license = "Apache Software License 2.0" diff --git a/src/aiohappyeyeballs/__init__.py b/src/aiohappyeyeballs/__init__.py index 6c8e6b9..f102a9c 100644 --- a/src/aiohappyeyeballs/__init__.py +++ b/src/aiohappyeyeballs/__init__.py @@ -1 +1 @@ -__version__ = "0.0.0" +__version__ = "0.0.1"