Skip to content

Commit c3de13b

Browse files
author
Owen Jones
committed
Version bump 0.8.13 to 0.8.14
1 parent c332049 commit c3de13b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pythonpublish_sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: "3.x"
16+
python-version: "3.9"
1717
- run: pip install pip --upgrade
1818
- name: Setup Poetry
1919
uses: abatilo/actions-poetry@v2

darwin/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.13"
1+
__version__ = "0.8.14"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "darwin-py"
3-
version = "0.8.13" # update this when you change the version - See: https://peps.python.org/pep-0440/
3+
version = "0.8.14" # update this when you change the version - See: https://peps.python.org/pep-0440/
44
description = "Library and command line interface for darwin.v7labs.com"
55
homepage = "https://docs.v7labs.com/reference/getting-started-2"
66
documentation = "https://darwin-py-sdk.v7labs.com/index.html"

0 commit comments

Comments
 (0)