Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 9, 2023
1 parent 2207f8d commit 8ce7852
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog

## v0.0.1 (2023-12-09)

### Fix

- Reserve name on pypi (#1) ([`2207f8d`](https://github.com/bdraco/aiohappyeyeballs/commit/2207f8d361af4ec0b853b07fb743eb957a0b368a))
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiohappyeyeballs"
version = "0.0.0"
version = "0.0.1"
description = "Happy Eyeballs"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/aiohappyeyeballs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.0.1"

0 comments on commit 8ce7852

Please sign in to comment.