Skip to content

Commit

Permalink
Publishing 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Aug 7, 2024
1 parent c2682db commit f8ab499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
license="MIT license",
include_package_data=True,
Expand All @@ -26,7 +27,7 @@
packages=find_packages(include=["pytest_operator"]),
package_data={'pytest_operator': ['py.typed']},
url="https://github.com/charmed-kubernetes/pytest-operator",
version="0.35.0",
version="0.36.0",
zip_safe=True,
install_requires=[
"ipdb",
Expand Down

0 comments on commit f8ab499

Please sign in to comment.