diff --git a/setup.py b/setup.py index f043a11..5e4f5ed 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ author_email="me@aptakhin.name", description="Library", license="MIT", - keywords="regression testing", + keywords="testing out of code", url="https://github.com/aptakhin/testoot", project_urls={ "Source Code": "https://github.com/aptakhin/testoot", diff --git a/testoot/__init__.py b/testoot/__init__.py index 9a564ce..1fb86c7 100644 --- a/testoot/__init__.py +++ b/testoot/__init__.py @@ -1 +1 @@ -version = '0.0.5dev' +version = '0.0.5'