Skip to content

Commit b23b09e

Browse files
committed
build: prep for v0.3.1
1 parent 40264b8 commit b23b09e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [0.3.1] - 2023-04-28
9+
10+
### Fix
11+
12+
- enforce correct versioning of `pybet`
13+
814
## [0.3.0] - 2023-04-28
915

1016
### Added
@@ -17,8 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1723

1824
- coloured output based on value
1925

20-
###
21-
2226
## [0.1.1] - 2023-01-28
2327

2428
### Added

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 = "kelly-cli"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A command line tool for calculating the Kelly Criterion betting stake for given odds and bank size"
55
authors = ["peaky76 <robertjamespeacock@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)