Skip to content

Commit 03ced0a

Browse files
committed
release: v2.0.2 - final sync with updated README
1 parent 60b03f0 commit 03ced0a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

intent_bus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0"
1+
__version__ = '2.0.2'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ license = { text = "MIT" }
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3.10",
18-
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
2020
"License :: OSI Approved :: MIT License",
2121
"Operating System :: OS Independent",
2222
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -46,4 +46,4 @@ version = {attr = "intent_bus.version.__version__"}
4646

4747
[tool.setuptools.packages.find]
4848
where = ["."]
49-
include = ["intent_bus"]
49+
include = ["intent_bus*"]

0 commit comments

Comments
 (0)