diff --git a/CHANGELOG.md b/CHANGELOG.md index db982a0b..108c47fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [dev] - YYYY-MM-DD + +### Added + +### Changed + +### Fixed + ## [0.5.0] - 2026-08-06 ### Added diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 7bbcc5df..54bc235d 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.5.0" %} +{% set version = "0.6.0dev0" %} {% set buildnumber = 0 %} package: diff --git a/mkl_umath/_version.py b/mkl_umath/_version.py index 3d187266..db52463b 100644 --- a/mkl_umath/_version.py +++ b/mkl_umath/_version.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0dev0"