Skip to content

Commit 9a7d2a4

Browse files
chore(release): bump version
1 parent 58816ed commit 9a7d2a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

caper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .caper_runner import CaperRunner
55

66
__all__ = ['CaperClient', 'CaperClientSubmit', 'CaperRunner']
7-
__version__ = '2.3.2'
7+
__version__ = '3.0.0'

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
license = "MIT"
88
authors = [
9-
{ name = "Jin Lee", email = "leepc12@gmail.com" }
9+
{ name = "Jin Lee", email = "leepc12@gmail.com" },
10+
{ name = "Mihir Samdarshi", email = "msamdars@stanford.edu"}
1011
]
1112
maintainers = [
1213
{ name = "Mihir Samdarshi", email = "msamdars@stanford.edu"}

0 commit comments

Comments
 (0)