Skip to content

Commit dcd3af9

Browse files
committed
Version update to 0.5.0
1 parent 5b68734 commit dcd3af9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
TAPIS_TERMINAL_STATES,
8080
)
8181

82-
__version__ = "0.4.5"
82+
__version__ = "0.5.0"
8383

8484
__all__ = [
8585
"DSClient",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dapi"
3-
version = "0.4.9"
3+
version = "0.5.0"
44
description = "DesignSafe API"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)