8000 fix: rc in pyproject · pythonthings/pyppeteer@fe08ffd · GitHub
[go: up one dir, main page]

Skip to content

Commit fe08ffd

Browse files
authored
fix: rc in pyproject
Version 0.2.3 is still showing `0.2.3.rc2` as it's version number.
1 parent 14af57d commit fe08ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyppeteer"
3-
version = "0.2.3.rc2"
3+
version = "0.2.3"
44
description = "Headless chrome/chromium automation library (unofficial port of puppeteer)"
55
readme = 'README.md'
66
license = "MIT"

0 commit comments

Comments
 (0)
0