We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abfcad commit 9b869ceCopy full SHA for 9b869ce
pyproject.toml
@@ -10,7 +10,7 @@ authors = [
10
]
11
description = "Documentation for `weco`, a CLI for using Weco AI's code optimizer."
12
readme = "README.md"
13
-version = "0.2.12"
+version = "0.2.13"
14
license = {text = "MIT"}
15
requires-python = ">=3.8"
16
dependencies = ["requests", "rich"]
weco/__init__.py
@@ -1,7 +1,7 @@
1
import os
2
3
# DO NOT EDIT
4
-__pkg_version__ = "0.2.12"
+__pkg_version__ = "0.2.13"
5
__api_version__ = "v1"
6
7
__base_url__ = f"https://api.weco.ai/{__api_version__}"
0 commit comments