Skip to content

Commit 6ed466e

Browse files
committed
update version to 2.0.0
update release notes and classifiers
1 parent 65f7582 commit 6ed466e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
---
3737

3838
## Release Notes
39-
### v2.0.0-beta.1
39+
### v2.0.0
4040
- Add support for V4 functions and features:
4141
- `V4_INITIALIZE_POOL`
4242
- `V4_POSITION_MANAGER_CALL`
@@ -66,6 +66,7 @@
6666
- Remove support for Python 3.8
6767
- Update repository picture
6868
- Update default router address to Mainnet's one
69+
- Add integration tests for V4 functions
6970

7071
### v1.2.1
7172
- Add support for web3 v7

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "uniswap-universal-router-decoder"
7-
version = "2.0.0-beta.1"
7+
version = "2.0.0"
88
authors = [
99
{ name="Elnaril", email="[email protected]" },
1010
]
11-
description = "Decode & Encode transactions sent to the Uniswap Universal Router"
11+
description = "Decode & Encode transactions sent to the Uniswap Universal Router. Support Uniswap V2, V3 & V4"
1212
readme = "README.md"
1313
requires-python = ">=3.9"
1414
classifiers = [
15-
"Development Status :: 4 - Beta",
15+
"Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Developers",
1717
"License :: OSI Approved :: MIT License",
1818
"Natural Language :: English",

0 commit comments

Comments
 (0)