diff --git a/{{ cookiecutter.project_slug }}/tests/test_{{ cookiecutter.project_slug}}.py b/{{ cookiecutter.project_slug }}/tests/test_{{ cookiecutter.project_slug}}.py index a8f3812..0f5974f 100644 --- a/{{ cookiecutter.project_slug }}/tests/test_{{ cookiecutter.project_slug}}.py +++ b/{{ cookiecutter.project_slug }}/tests/test_{{ cookiecutter.project_slug}}.py @@ -5,4 +5,4 @@ def test_version(): """Check that the version is acceptable.""" - assert __version__.startswith("0.1.") + assert isinstance(__version__, str)