Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Sep 8, 2024
1 parent eb3a295 commit 04866ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">collegamento v0.3.0-rc0</h1>
<h1 align="center">collegamento v0.3.0/h1>

A tool that makes it much easier to make offload work when asyncio isn't an option.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down

0 comments on commit 04866ae

Please sign in to comment.