Skip to content

Commit 9519012

Browse files
authored
Merge pull request #9 from stackabletech/release/0.0.9
Release 0.0.9
2 parents 0943f2f + 0a4eac7 commit 9519012

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.0.9] - 2023-08-23
8+
79
### Added
810

911
- Delete the output dir before generating tests ([#7]).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# beku
22

3-
Version: 0.0.8
3+
Version: 0.0.9
44

55
## Installation
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "beku-stackabletech"
3-
version = "0.0.9-dev"
3+
version = "0.0.9"
44
authors = [
55
{ name = "Razvan Mihai", email = "[email protected]" }
66
]

src/beku/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package version."""
2-
__version_info__ = (0, 0, '9-dev')
2+
__version_info__ = (0, 0, '9')
33
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)