We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c0554 commit 2c09417Copy full SHA for 2c09417
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "replicate-batch-process"
7
-version = "1.0.9"
+version = "1.1.0"
8
description = "Intelligent batch processing tool for Replicate models with automatic fallback mechanisms"
9
readme = "README.md"
10
requires-python = ">=3.8"
setup.py
@@ -27,7 +27,7 @@ def read_requirements():
27
28
setup(
29
name='replicate-batch-process',
30
- version='1.0.9',
+ version='1.1.0',
31
author='preangelleo',
32
author_email='',
33
description='Intelligent batch processing tool for Replicate models with automatic fallback mechanisms',
0 commit comments