File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ gopath-update:
48
48
go get -u ./...
49
49
50
50
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
51
- VERS =v0.4.2
51
+ VERS =v0.4.3
52
52
PACKAGE =main
53
53
GIT_COMMIT =` git rev-parse --short HEAD `
54
54
VERS_DATE =` date -u +%Y-%m-%d\ %H:%M `
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ Options:
115
115
-user=" " : username on https://www.pypa.io/en/latest/ for package name suffix
116
116
-version=" 0.1.0" : semantic version number -- can use e.g., git to get this from tag and pass as argument
117
117
-vm=" python" : path to python interpreter
118
+ -dynamic-link=false: whether to link output shared library dynamically to Python
118
119
119
120
120
121
$ gopy help exe
Original file line number Diff line number Diff line change 3
3
package main
4
4
5
5
const (
6
- Version = "v0.4.2 "
7
- GitCommit = "406f982 " // the commit JUST BEFORE the release
8
- VersionDate = "2022-06-19 09:05 " // UTC
6
+ Version = "v0.4.3 "
7
+ GitCommit = "21ebc8c " // the commit JUST BEFORE the release
8
+ VersionDate = "2022-06-27 06:42 " // UTC
9
9
)
You can’t perform that action at this time.
0 commit comments