Fix: change version

This commit is contained in:
Bertrand Benjamin 2022-09-04 10:35:39 +02:00
parent c9abbdde5d
commit 7d91ac3206
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "clean-rst"
version = "0.1.1"
version = "0.1.3"
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.1"
assert __version__ == "0.1.3"