From 92ae29c72227b92f2fba079b8bbb3b6d815ce3f2 Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Tue, 12 Sep 2023 11:26:07 -0500 Subject: [PATCH] updated version --- tiktok_hashtag_analysis/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiktok_hashtag_analysis/version.py b/tiktok_hashtag_analysis/version.py index aba80f2..99da557 100644 --- a/tiktok_hashtag_analysis/version.py +++ b/tiktok_hashtag_analysis/version.py @@ -2,7 +2,7 @@ _MAJOR = "2" _MINOR = "0" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "0" +_PATCH = "1" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""