Skip to content

Commit

Permalink
Merge pull request #82 from SirRender00/em-bump
Browse files Browse the repository at this point in the history
Bump to 0.6.2
  • Loading branch information
SirRender00 authored Apr 9, 2022
2 parents 931809f + f9a12c8 commit 7cfade0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# texasholdem
A python package for Texas Hold 'Em Poker.

Latest Stable Release Version: v0.6.1 \
[Changelog](https://github.com/SirRender00/texasholdem/releases/tag/v0.6.1) \
Latest Stable Release Version: v0.6.2 \
[Changelog](https://github.com/SirRender00/texasholdem/releases/tag/v0.6.2) \
[Documentation](https://texasholdem.readthedocs.io/en/stable/)

Latest Experimental Release Version v0.6.1 \
[Changelog](https://github.com/SirRender00/texasholdem/releases/tag/v0.6.1) \
Latest Experimental Release Version v0.6.2 \
[Changelog](https://github.com/SirRender00/texasholdem/releases/tag/v0.6.2) \
[Documentation](https://texasholdem.readthedocs.io/en/latest/)

Roadmap \
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Evyn Machi'

# The full version, including alpha/beta/rc tags
release = 'v0.6.1'
release = 'v0.6.2'


# -- General configuration ---------------------------------------------------
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 = "texasholdem"
version = "0.6.1"
version = "0.6.2"
description = "A texasholdem python package"
authors = ["Evyn Machi <[email protected]>"]
keywords = ['texasholdem', 'holdem', 'poker']
Expand Down

0 comments on commit 7cfade0

Please sign in to comment.