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 74a68b9 commit 6d904a1Copy full SHA for 6d904a1
libmc/__init__.py
@@ -33,8 +33,8 @@
33
__file__ as _libmc_so_file
34
)
35
36
-__VERSION__ = "1.4.6"
37
-__version__ = "1.4.6"
+__VERSION__ = "1.4.7"
+__version__ = "1.4.7"
38
__author__ = "mckelvin"
39
__email__ = "mckelvin@users.noreply.github.com"
40
__date__ = "Fri Jun 7 06:16:00 2024 +0800"
src/version.go
@@ -1,6 +1,6 @@
1
package golibmc
2
3
-const _Version = "1.4.6"
+const _Version = "1.4.7"
4
const _Author = "mckelvin"
5
const _Email = "mckelvin@users.noreply.github.com"
6
const _Date = "Fri Jun 7 06:16:00 2024 +0800"
0 commit comments