Fix: change version
This commit is contained in:
parent
c9abbdde5d
commit
7d91ac3206
@ -1 +1 @@
|
|||||||
__version__ = "0.1.1"
|
__version__ = "0.1.3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "clean-rst"
|
name = "clean-rst"
|
||||||
version = "0.1.1"
|
version = "0.1.3"
|
||||||
description = "pre-commit to clean rst index files"
|
description = "pre-commit to clean rst index files"
|
||||||
authors = ["Bertrand Benjamin <benjamin.bertrand@opytex.org>"]
|
authors = ["Bertrand Benjamin <benjamin.bertrand@opytex.org>"]
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@ from clean_rst import __version__
|
|||||||
|
|
||||||
|
|
||||||
def test_version():
|
def test_version():
|
||||||
assert __version__ == "0.1.1"
|
assert __version__ == "0.1.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user