Skip to content

Commit 6729b53

Browse files
authored
bump version numbers to 0.0.9 (#169)
1 parent 2fffa21 commit 6729b53

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

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

8-
## Unreleased
8+
## [0.0.9]
99
Major refactor, with several breaking changes!
1010

1111
### Added
@@ -22,7 +22,7 @@ Major refactor, with several breaking changes!
2222
- Removed underscore from `driver._huzinaga` and `driver._mu`.
2323
- Driver defaults to *unrestricted* for both whole molecule and environment, passing charge and spin to environment based on spin-aware localization.
2424

25-
## [0.0.8]
25+
## [0.0.9]
2626
### Fixed
2727
- `SPADELocalizer` now outputs whole c matrix when virtual localization is stopped early.
2828
- `ACELocalizer` was returning 1 too few moleucular orbitals.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ authors:
88
given-names: Alexis
99
orcid: https://orcid.org/0000-0001-8953-1235
1010
title: "Nbed"
11-
version: 0.0.8
11+
version: 0.0.9
1212
date-released: 2022-03-07
1313
doi: 10.5281/zenodo.6323338

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author = "Michael Williams de la Bastida, Alexis Ralli"
2929

3030
# The full version, including alpha/beta/rc tags
31-
release = "0.0.8"
31+
release = "0.0.9"
3232

3333

3434
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nbed"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "Projection-based embedding methods for reducing quantum simulation resource requirements."
55
authors = [
66
{ name = "Michael Williams de la Bastida", email = "michael.williams.20@ucl.ac.uk" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)