Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 578ef08

Browse files
committed
Bump subminor version (1.6.0 -> 1.6.1)
Rationale: The 'report API version' commit broke things.
1 parent f6dffcd commit 578ef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints_management/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from . import auth, config, control, gen
1818

19-
__version__ = '1.6.0'
19+
__version__ = '1.6.1'
2020

2121
USER_AGENT = u'ESP'
2222
SERVICE_AGENT = u'EF_PYTHON/' + __version__

0 commit comments

Comments
 (0)