Skip to content

Commit

Permalink
Bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Oct 28, 2020
1 parent 9877165 commit 68f8214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.6.1

[metadata]
description-file = README.md

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setuptools.setup(
name='puissance4',
version='0.6.0',
version='0.6.1',
author='Wok',
author_email='wok@tuta.io',
description='Artificial Intelligence for the game Connect Four on PyPI',
keywords=['puissance4', 'puissance-4', 'connect4', 'connect-4', 'connect-four', 'artificial intelligence', 'UCT'],
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/woctezuma/puissance4',
download_url='https://github.com/woctezuma/puissance4/archive/0.6.0.tar.gz',
download_url='https://github.com/woctezuma/puissance4/archive/0.6.1.tar.gz',
packages=setuptools.find_packages(),
install_requires=[
],
Expand Down

0 comments on commit 68f8214

Please sign in to comment.