Skip to content

Commit

Permalink
Update version to 0.1.12 in all files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 14, 2024
1 parent de166e3 commit 346e4b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HydroWizard

[![PyPI version](https://img.shields.io/badge/pypi-v0.1.11-blue)](https://pypi.org/project/hydrowizard/)
[![PyPI version](https://img.shields.io/badge/pypi-v0.1.12-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)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
project = 'HydroWizard'
copyright = '2024, Yugdeep Bangar'
author = 'Yugdeep Bangar'
version = '0.1.11' # Update this to match your project version
version = '0.1.12' # Update this to match your project version

# -- General configuration ---------------------------------------------------
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="hydrowizard",
version="0.1.11", # This should match the version in pyproject.toml
version="0.1.12", # This should match the version in pyproject.toml
description="HydroWizard: State-of-the-art water basin modeling, optimization, and simulation using neural networks, genetic algorithms, and DAGs.",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 346e4b7

Please sign in to comment.