diff --git a/doc/changelog.d/167.maintenance.md b/doc/changelog.d/167.maintenance.md new file mode 100644 index 00000000..32a52553 --- /dev/null +++ b/doc/changelog.d/167.maintenance.md @@ -0,0 +1 @@ +Prepare for v1.1.0 release \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index aeff00c5..d4569e9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # Check https://python-poetry.org/docs/pyproject/ for all available sections name = "ansys-grantami-jobqueue" -version = "1.1.0rc0" +version = "1.1.0" description = "A python wrapper for the Granta MI Job Queue API" license = "MIT" authors = ["ANSYS, Inc. "] @@ -14,7 +14,7 @@ readme = "README.rst" repository = "https://github.com/ansys/grantami-jobqueue" documentation = "https://jobqueue.grantami.docs.pyansys.com" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",