Skip to content

Commit 002fc66

Browse files
committed
change manually-managed version number from 1.3 to 1.4
1 parent b83e8bb commit 002fc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the version of this source code.
22

3-
verstr = "1.3"
3+
verstr = "1.4"
44
try:
55
from pyutil.version_class import Version as pyutil_Version
66
__version__ = pyutil_Version(verstr)

0 commit comments

Comments
 (0)