Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Oct 27, 2023
1 parent e621073 commit 5e4f23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `runtime_generics` 0.1.2
# `runtime_generics` 1.0.0
<p align="center">
<a href="https://pypi.org/project/runtime_generics" target="_blank">
<img src="https://img.shields.io/pypi/v/runtime_generics?color=%2334D058&label=PyPI Package" alt="Package version">
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 = "runtime-generics"
version = "0.1.2"
version = "1.0.0"
description = "Generic classes that respect their type arguments in their runtime instances."
authors = ["bswck <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5e4f23b

Please sign in to comment.