File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.3.1] - 2023-04-28
9
+
10
+ ### Fix
11
+
12
+ - enforce correct versioning of ` pybet `
13
+
8
14
## [ 0.3.0] - 2023-04-28
9
15
10
16
### Added
@@ -17,8 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
23
18
24
- coloured output based on value
19
25
20
- ###
21
-
22
26
## [ 0.1.1] - 2023-01-28
23
27
24
28
### Added
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " kelly-cli"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
description = " A command line tool for calculating the Kelly Criterion betting stake for given odds and bank size"
5
5
authors = [" peaky76 <robertjamespeacock@gmail.com>" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments