Skip to content

Commit 3857d4d

Browse files
committed
Fix version
1 parent 1679dd0 commit 3857d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Douglas Cardoso"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "5.0.1-rc"
25+
release = "5.0.0rc2"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "caqui"
7-
version = "5.0.0rc1"
7+
version = "5.0.0rc2"
88
description = "Run asynchronous commands in WebDrivers"
99
readme = "README.md"
1010
requires-python = ">=3.7"

0 commit comments

Comments
 (0)