diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e1dd602..fd88d9b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,6 +2,6 @@ commit = True tag = True message = Release version {new_version} -current_version = 0.0.7 +current_version = 0.0.8 [bumpversion:file:pyproject.toml] diff --git a/pyproject.toml b/pyproject.toml index ebeeb66..9dadba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hypotonic" -version = "0.0.7" +version = "0.0.8" description = "Fast asynchronous web scraper with minimalist API." authors = ["Martin Scavnicky "] license = "MIT"