Skip to content

Commit ea4fd40

Browse files
committed
chore: bump version to 0.4.0
1 parent 2777103 commit ea4fd40

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
Nothing yet.
12+
13+
## [0.4.0]
14+
1115
### Backwards-incompatible changes
1216

1317
#### Dependency changes
@@ -168,3 +172,4 @@ was installing the project from git and then working on other things, sorry!
168172
[0.1.0]: https://github.com/h4l/v8serialize/releases/tag/v0.1.0
169173
[0.2.0-alpha.0]: https://github.com/h4l/v8serialize/releases/tag/v0.2.0-alpha.0
170174
[0.3.0]: https://github.com/h4l/v8serialize/releases/tag/v0.3.0
175+
[0.4.0]: https://github.com/h4l/v8serialize/releases/tag/v0.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "v8serialize"
3-
version = "0.4.0-dev"
3+
version = "0.4.0"
44
description = "Read & write JavaScript values from Python with the V8 serialization format."
55
authors = ["Hal Blackburn <hwtb2@cam.ac.uk>"]
66
license = "MIT"

0 commit comments

Comments
 (0)