diff --git a/textdescriptives/about.py b/textdescriptives/about.py index 383f0556..5332a656 100644 --- a/textdescriptives/about.py +++ b/textdescriptives/about.py @@ -1,3 +1,3 @@ __title__ = "textdescriptives" -__version__ = "1.0.5" # the ONLY source of version ID +__version__ = "1.0.6" # the ONLY source of version ID __download_url__ = "https://github.com/HLasse/textdescriptives"