Skip to content

Commit 416822c

Browse files
committed
Fix Python version string.
1 parent e07dab2 commit 416822c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benten/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) 2019-2021 Seven Bridges. See LICENSE
22

3-
__version__ = "2021.01.05"
3+
__version__ = "2021.1.5"

0 commit comments

Comments
 (0)