Skip to content

Commit 0391164

Browse files
committed
Bump versions to 4.8.0a1, with correct deps
1 parent 15dccf4 commit 0391164

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__ = "4.8.0a0"
3+
__version__ = "4.8.0a1"
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==4.7.0",
9+
"globus-compute-sdk==4.8.0a1",
1010
"globus-identity-mapping==0.5.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__ = "4.8.0a0"
6+
__version__ = "4.8.0a1"
77

88

99
def compare_versions(

0 commit comments

Comments
 (0)