From 6c44bbebb853773ee1d7cca808be6260ca7c4edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Casta=C3=B1eda?= Date: Thu, 21 May 2026 13:17:01 +0200 Subject: [PATCH 1/2] Minor fixes in readme and pyproject.toml --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c8a02a..1af86f2 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Tests Coverage License - PyPI - TestPyPI + PyPI + TestPyPI A utility library for representing cryptocurrency and fiat amounts in Python. diff --git a/pyproject.toml b/pyproject.toml index 17c5a11..404eda5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" license = {text = "MIT"} requires-python = ">=3.11" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", From d0df948b2b6a2fed5155ab84a1045a5fd570d363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Casta=C3=B1eda?= Date: Thu, 21 May 2026 13:23:13 +0200 Subject: [PATCH 2/2] Bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 404eda5..142e5e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cryptils" -version = "0.1.0b1" +version = "0.1.0b2" description = "A simple python utility library for representing cryptocurrency amounts" readme = "README.md" license = {text = "MIT"}