diff --git a/README.md b/README.md
index 3c8a02a..1af86f2 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
-
-
+
+
A utility library for representing cryptocurrency and fiat amounts in Python.
diff --git a/pyproject.toml b/pyproject.toml
index 17c5a11..142e5e7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,13 +4,13 @@ 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"}
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",