Skip to content

Commit

Permalink
Fix Python version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
kghose committed Jan 5, 2021
1 parent e07dab2 commit 416822c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benten/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2019-2021 Seven Bridges. See LICENSE

__version__ = "2021.01.05"
__version__ = "2021.1.5"

0 comments on commit 416822c

Please sign in to comment.