Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Nov 30, 2023
1 parent 1017ed8 commit 38eb253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libmc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
__file__ as _libmc_so_file
)

__VERSION__ = "1.4.2"
__version__ = "v1.4.2-25-g2a1c906"
__VERSION__ = "1.4.3"
__version__ = "v1.4.2-26-g1017ed8"
__author__ = "mckelvin"
__email__ = "[email protected]"
__date__ = "Thu Nov 30 14:32:18 2023 -0800"
__date__ = "Thu Nov 30 15:29:23 2023 -0800"


class Client(PyClient):
Expand Down
4 changes: 2 additions & 2 deletions src/version.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package golibmc

const _Version = "v1.4.2-25-g2a1c906"
const _Version = "v1.4.2-26-g1017ed8"
const _Author = "mckelvin"
const _Email = "[email protected]"
const _Date = "Thu Nov 30 14:32:18 2023 -0800"
const _Date = "Thu Nov 30 15:29:23 2023 -0800"

// Version of the package
const Version = _Version
Expand Down

0 comments on commit 38eb253

Please sign in to comment.