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