From 8e5026eb444df7f0a7bd1b8848a9c02e72f0fb74 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 11 Aug 2024 03:55:34 +0000 Subject: [PATCH] Update version to 0.1.8 in all files --- README.md | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37504ec..4788d2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HydroWizard -[![PyPI version](https://img.shields.io/badge/pypi-v0.1.7-blue)](https://pypi.org/project/hydrowizard/) +[![PyPI version](https://img.shields.io/badge/pypi-v0.1.8-blue)](https://pypi.org/project/hydrowizard/) [![Build](https://github.com/yugdeep/hydrowizard/workflows/CI/badge.svg)](https://github.com/yugdeep/hydrowizard/actions) [![Documentation](https://github.com/yugdeep/hydrowizard/actions/workflows/docs.yml/badge.svg)](https://github.com/yugdeep/hydrowizard/actions/workflows/docs.yml) [![Release](https://github.com/yugdeep/hydrowizard/actions/workflows/release.yml/badge.svg)](https://github.com/yugdeep/hydrowizard/actions/workflows/release.yml) diff --git a/docs/source/conf.py b/docs/source/conf.py index 803f23b..0df3d41 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,7 +8,7 @@ project = 'HydroWizard' copyright = '2024, Yugdeep Bangar' author = 'Yugdeep Bangar' -version = '0.1.7' # Update this to match your project version +version = '0.1.8' # Update this to match your project version # -- General configuration --------------------------------------------------- extensions = [ diff --git a/setup.py b/setup.py index 7ab5f0f..2c43da5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="hydrowizard", - version="0.1.7", # This should match the version in pyproject.toml + version="0.1.8", # This should match the version in pyproject.toml description="A tool for managing water resources", long_description=long_description, long_description_content_type='text/markdown',