From 3f0a6a9324ca5c436121c0e485c69f44ab92d012 Mon Sep 17 00:00:00 2001 From: koushik-kiran-kumar Date: Wed, 26 Jun 2024 11:13:42 +0530 Subject: [PATCH] fix: readthedocs build config --- .readthedocs.yaml | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a0e80ebe..b06690d9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -29,5 +29,4 @@ python: - requirements: docs/requirements.txt - requirements: requirements.txt - method: pip - path: ./ - system_packages: true \ No newline at end of file + path: ./ \ No newline at end of file diff --git a/setup.py b/setup.py index d9f06fbd..26dd5031 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def parse_requirements(requirement_file): setup( - version="10.18.0", + version="10.18.1", name="swimlane", author="Swimlane", author_email="info@swimlane.com",