Skip to content

Commit b81f411

Browse files
committed
2.0.0
1 parent 569b710 commit b81f411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autorequests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# noqa: FA101
2-
__version__ = "2.0.0a2"
2+
__version__ = "2.0.0"
33
__description__ = "Generate Python code to recreate a request from your browser."

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "autorequests"
3-
version = "2.0.0a2"
3+
version = "2.0.0"
44
description = "Generate Python code to recreate a request from your browser."
55
authors = ["Hexiro"]
66
license = "MIT"

0 commit comments

Comments
 (0)