We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8905238 commit cd0e95dCopy full SHA for cd0e95d
go.mod
@@ -0,0 +1,3 @@
1
+module github.com/go-python/gotopy
2
+
3
+go 1.17
version.go
@@ -0,0 +1,9 @@
+// WARNING: auto-generated by Makefile release target -- run 'make release' to update
+package main
4
5
+const (
6
+ Version = "v0.4.0"
7
+ GitCommit = "3524724" // the commit JUST BEFORE the release
8
+ VersionDate = "2021-09-25 19:51" // UTC
9
+)
0 commit comments