Skip to content

Commit 5813b98

Browse files
authored
Merge pull request #118 from paulromano/version-053-dev
Increment version to 0.5.3-dev
2 parents 3d40f14 + 1f9d50b commit 5813b98

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.wci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ description: |
1616
language: Python
1717

1818
release:
19-
version: 0.5.1
20-
date: 2023-07-11
19+
version: 0.5.2
20+
date: 2025-04-14
2121

2222
documentation:
2323
general: https://watts.readthedocs.io

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
810
## [0.5.2]
911

1012
### Added

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "watts"
7-
version = "0.5.2"
7+
version = "0.5.3-dev"
88
authors = [
99
{ name = "UChicago Argonne, LLC", email = "watts@anl.gov" },
1010
]

src/watts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# This allows a user to write watts.Quantity
2222
from astropy.units import Quantity
2323

24-
__version__ = '0.5.2'
24+
__version__ = '0.5.3-dev'

0 commit comments

Comments
 (0)