From df7e207827882017e8d758481266e12ac354c870 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 May 2022 06:37:55 +0000 Subject: [PATCH] bump: release v1.3.1 Automatically generated by python-semantic-release --- src/package/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package/__init__.py b/src/package/__init__.py index 10e6e373..bef3215e 100644 --- a/src/package/__init__.py +++ b/src/package/__init__.py @@ -6,4 +6,4 @@ # The version of this package. There's no comprehensive, official list of other # magic constants, so we stick with this one only for now. See also this conversation: # https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants -__version__ = "1.3.0" +__version__ = "1.3.1"