Skip to content

Commit ddef811

Browse files
Version 0.1.1
1 parent 9e22169 commit ddef811

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ keywords:
3838
- pulse
3939
- control
4040
license: Apache-2.0
41-
version: 0.1.0
41+
version: 0.1.1
4242
date-released: '2025-06-16'

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# [QuGradLab](README.md) Change Log
22

3+
## Release 0.1.1
4+
5+
Fixed typo in README.
6+
37
## Release 0.1.0
48

59
This is the initial release. Future changes to this release will be documented above. Note that all versions ``0.*`` may have unstable APIs.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# QuGrad
1+
# QuGradLab
22
An extension to the Python package [QuGrad](https://QuGrad.readthedocs.io) that implements common Hilbert space structures, Hamiltonians, and pulse shapes for quantum control.
33

44
[![Unit Tests](https://github.com/Christopher-K-Long/QuGradLab/actions/workflows/test-python-package.yml/badge.svg)](https://github.com/Christopher-K-Long/QuGradLab/actions/workflows/test-python-package.yml)
@@ -42,4 +42,4 @@ Source code can be found at: [https://github.com/Christopher-K-Long/QuGradLab](h
4242

4343
## Version and Changes
4444

45-
The current version is [`0.1.0`](ChangeLog.md#release-010). Please see the [Change Log](ChangeLog.md) for more details. QuGradLab uses [semantic versioning](https://semver.org/).
45+
The current version is [`0.1.1`](ChangeLog.md#release-011). Please see the [Change Log](ChangeLog.md) for more details. QuGradLab uses [semantic versioning](https://semver.org/).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "qugradlab"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = [
99
{ name="Christopher_K._Long", email="ckl45@cam.ac.uk" },
1010
]

0 commit comments

Comments
 (0)