Skip to content

Commit

Permalink
build: prep for v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peaky76 committed May 4, 2023
1 parent 30448a0 commit 7aa0c71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

The versioning refers to the versions on pypi

## [0.6.1] (2023-05-05)

#### Fixes

- fix for `ValueError` check in `Market.meld` (was merged pre-0.6.0 but missing from release)

## [0.6.0] (2023-04-29)

#### New Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybet"
version = "0.6.0"
version = "0.6.1"
description = "A library of betting utilities to assist with calculation of bets, stakes and markets"
license = "GPL-3.0-only"
authors = ["Robert Peacock <robertjamespeacock@gmail.com>"]
Expand Down

0 comments on commit 7aa0c71

Please sign in to comment.