From 1f9d50b0920a631d831d66f4c35b23ba708614b2 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 14 Apr 2025 11:39:56 -0500 Subject: [PATCH] Increment version to 0.5.3-dev --- .wci.yml | 4 ++-- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- src/watts/__init__.py | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.wci.yml b/.wci.yml index 43fe319..0faa546 100644 --- a/.wci.yml +++ b/.wci.yml @@ -16,8 +16,8 @@ description: | language: Python release: - version: 0.5.1 - date: 2023-07-11 + version: 0.5.2 + date: 2025-04-14 documentation: general: https://watts.readthedocs.io diff --git a/CHANGELOG.md b/CHANGELOG.md index 59479e2..e470274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.5.2] ### Added diff --git a/pyproject.toml b/pyproject.toml index dff713b..d947083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "watts" -version = "0.5.2" +version = "0.5.3-dev" authors = [ { name = "UChicago Argonne, LLC", email = "watts@anl.gov" }, ] diff --git a/src/watts/__init__.py b/src/watts/__init__.py index 27543d4..a908a56 100644 --- a/src/watts/__init__.py +++ b/src/watts/__init__.py @@ -21,4 +21,4 @@ # This allows a user to write watts.Quantity from astropy.units import Quantity -__version__ = '0.5.2' +__version__ = '0.5.3-dev'