Skip to content

Commit d3797f4

Browse files
Release v0.11.0
1 parent 5f87f04 commit d3797f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased
5+
## [0.11.0] - 2023/05/01
66

77
### Added
88

pink/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from .tasks import Task
2323
from .utils import custom_configuration_vector
2424

25-
__version__ = "0.10.0"
25+
__version__ = "0.11.0"
2626

2727
__all__ = [
2828
"Configuration",

0 commit comments

Comments
 (0)