Core: change version number
This commit is contained in:
parent
8f55426524
commit
a657ccf491
@ -1 +1 @@
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
|
@ -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>"]
|
||||
|
||||
|
@ -2,4 +2,4 @@ from clean_rst import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == "0.1.0"
|
||||
assert __version__ == "0.1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user