Core: change version number

This commit is contained in:
Bertrand Benjamin 2022-08-22 21:12:03 +02:00
parent 8f55426524
commit a657ccf491
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "clean-rst"
version = "0.1.0"
version = "0.1.1"
description = "pre-commit to clean rst index files"
authors = ["Bertrand Benjamin <benjamin.bertrand@opytex.org>"]

View File

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