Skip to content

Commit 7975247

Browse files
committed
Bump Version 0.7.1
1 parent fb47a75 commit 7975247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "superduper-framework"
77
description = "Build compositional and declarative AI applications and agents"
88
readme = "README.md"
9-
version = '0.7.0'
9+
version = '0.7.1'
1010
license = {file = "LICENSE"}
1111
maintainers = [{name = "superduper.io, Inc.", email = "opensource@superduper.com"}]
1212
keywords = [

superduper/backends/simple/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def job_worker(job: Job) -> t.Any:
144144

145145
db = superduper(cluster_engine='local')
146146
db.cluster.vector_search = SimpleVectorSearchClient()
147-
147+
148148
logging.info('Building job datalayer instance... DONE')
149149

150150
logging.info('Executing job in worker')

0 commit comments

Comments
 (0)