Skip to content

Commit f196038

Browse files
committed
Bump versions for alpha release
1 parent 87a7b3d commit f196038

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compute_endpoint/globus_compute_endpoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# single source of truth for package version,
22
# see https://packaging.python.org/en/latest/single_source_version/
3-
__version__ = "3.11.0"
3+
__version__ = "3.12.0a0"
44

55
# TODO: remove after a `globus-compute-sdk` release
66
# this is needed because it's imported by `globus-compute-sdk` to do the version check

compute_endpoint/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
REQUIRES = [
77
"requests>=2.31.0,<3",
88
"globus-sdk", # version will be bounded by `globus-compute-sdk`
9-
"globus-compute-sdk==3.11.0",
9+
"globus-compute-sdk==3.12.0a0",
1010
"globus-identity-mapping==0.4.0",
1111
# table printing used in list-endpoints
1212
"texttable>=1.6.4,<2",

compute_sdk/globus_compute_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# single source of truth for package version,
55
# see https://packaging.python.org/en/latest/single_source_version/
6-
__version__ = "3.11.0"
6+
__version__ = "3.12.0a0"
77

88

99
def compare_versions(

0 commit comments

Comments
 (0)