Skip to content

Commit 9195f8e

Browse files
committed
bump pkg version
1 parent 60b6ded commit 9195f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "Documentation for `weco`, a CLI for using Weco AI's code optimizer."
1212
readme = "README.md"
13-
version = "0.2.14"
13+
version = "0.2.15"
1414
license = {text = "MIT"}
1515
requires-python = ">=3.8"
1616
dependencies = ["requests", "rich"]

weco/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
# DO NOT EDIT
4-
__pkg_version__ = "0.2.14"
4+
__pkg_version__ = "0.2.15"
55
__api_version__ = "v1"
66

77
__base_url__ = f"https://api.weco.ai/{__api_version__}"

0 commit comments

Comments
 (0)