1
0
Fork 0

Bump version to 0.1.1

This commit is contained in:
Daniele Tricoli 2021-05-22 19:14:02 +02:00
parent aa715ee09c
commit a222e09a75
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

View File

@ -7,7 +7,7 @@ profile = "black"
[tool.poetry]
name = "kioku"
version = "0.1.0"
version = "0.1.1"
description = "kioku (記憶) a simple and customizable memory game"
authors = ["Daniele Tricoli <eriol@mornie.org>"]
readme = "README.rst"

View File

@ -2,4 +2,4 @@ from kioku import __version__
def test_version():
assert __version__ == "0.1.0"
assert __version__ == "0.1.1"