From 5e4f23bf0c122bbfcda2e73e4ffc31f41b9b6664 Mon Sep 17 00:00:00 2001 From: bswck Date: Fri, 27 Oct 2023 22:29:28 +0200 Subject: [PATCH] Release `v1.0.0` --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee6ee53..91a76b1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `runtime_generics` 0.1.2 +# `runtime_generics` 1.0.0

Package version diff --git a/pyproject.toml b/pyproject.toml index 56f4f6d..f269145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"