Skip to content

Commit

Permalink
Merge pull request #42 from astro-datalab/bumpversion12
Browse files Browse the repository at this point in the history
Bump server version
  • Loading branch information
jacquesalice authored Jul 9, 2024
2 parents 4fe26c6 + f71f07b commit 5321587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sparcl/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class SparclClient: # was SparclApi()
"""

KNOWN_GOOD_API_VERSION = 11.0 # @@@ Change when Server version incremented
KNOWN_GOOD_API_VERSION = 12.0 # @@@ Change when Server version incremented

def __init__(
self,
Expand Down Expand Up @@ -468,7 +468,7 @@ def version(self):
Example:
>>> client = SparclClient()
>>> client.version
11.0
12.0
"""

if self.apiversion is None:
Expand Down

0 comments on commit 5321587

Please sign in to comment.