From 04866ae79aad4af8b40f79f0936434503eb26b95 Mon Sep 17 00:00:00 2001
From: Moosems <95927277+Moosems@users.noreply.github.com>
Date: Sat, 7 Sep 2024 18:04:11 -0600
Subject: [PATCH] Bump version
---
README.md | 2 +-
docs/source/conf.py | 2 +-
setup.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 3fa87b6..c797d35 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
collegamento v0.3.0-rc0
+collegamento v0.3.0/h1>
A tool that makes it much easier to make offload work when asyncio isn't an option.
diff --git a/docs/source/conf.py b/docs/source/conf.py
index e6f1017..19316e5 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -14,7 +14,7 @@
project = "collegamento"
copyright = "2024, Moosems"
author = "Moosems"
-release = "v0.3.0-rc0"
+release = "v0.3.0"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
diff --git a/setup.py b/setup.py
index f659c86..fae564d 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
setup(
name="collegamento",
- version="0.3.0-rc0",
+ version="0.3.0",
description="Collegamento provides an easy to use Client/Server IPC backend",
author="Moosems",
author_email="moosems.j@gmail.com",