1 parent bad1b21 commit c19accbCopy full SHA for c19accb
1 file changed
goose/version.py
@@ -21,5 +21,5 @@
21
limitations under the License.
22
"""
23
24
-version_info = (1, 0, 19)
+version_info = (1, 0, 20)
25
__version__ = ".".join(map(str, version_info))
0 commit comments