Skip to content

Commit a0e1cbe

Browse files
authored
Version bump 0.8.13
* Housekeeping: Removed a spurious pyenv versioning file. Not needed at all, as python versions are covered in the pyproject.toml file * Version bump Version bump from 0.8.12 to 0.8.13
1 parent 87388d5 commit a0e1cbe

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

darwin/version/__init__.py

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

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.12" # update this when you change the version - See: https://peps.python.org/pep-0440/
3+
version = "0.8.13" # 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)