We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b03f0 commit 03ced0aCopy full SHA for 03ced0a
2 files changed
intent_bus/version.py
@@ -1 +1 @@
1
-__version__ = "2.0.0"
+__version__ = '2.0.2'
pyproject.toml
@@ -15,8 +15,8 @@ license = { text = "MIT" }
15
classifiers = [
16
"Programming Language :: Python :: 3",
17
"Programming Language :: Python :: 3.10",
18
- "Programming Language :: Python :: 3.10",
19
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
20
"License :: OSI Approved :: MIT License",
21
"Operating System :: OS Independent",
22
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -46,4 +46,4 @@ version = {attr = "intent_bus.version.__version__"}
46
47
[tool.setuptools.packages.find]
48
where = ["."]
49
-include = ["intent_bus"]
+include = ["intent_bus*"]
0 commit comments