File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ These keys are not directly reversible and require a lookup-table.
168168* Enable the usage ok key-value systems.
169169* Enable the use of columnar data formats like *Apache Arrow* with the ability to perform fast binary searches.
170170
171-
172171----------
173172
174173<a name="quickstart"></a>
Original file line number Diff line number Diff line change 1- 1.6.33
1+ 1.6.34
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
3232# This could be handy for archiving the generated documentation or
3333# if some version control system is used.
3434
35- PROJECT_NUMBER = 1.6.33
35+ PROJECT_NUMBER = 1.6.34
3636
3737# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838# for a project that appears at the top of each page and should give viewer
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ GOFMT=$(shell which gofmt)
5050GOTEST=GOPATH =$(GOPATH ) $(shell which gotest)
5151GODOC=GOPATH =$(GOPATH ) $(shell which godoc)
5252GOLANGCILINT =$(BINUTIL ) /golangci-lint
53- GOLANGCILINTVERSION =v2.0.1
53+ GOLANGCILINTVERSION =v2.0.2
5454
5555# Directory containing the source code
5656SRCDIR =./src
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ GOFMT=$(shell which gofmt)
5050GOTEST=GOPATH =$(GOPATH ) $(shell which gotest)
5151GODOC=GOPATH =$(GOPATH ) $(shell which godoc)
5252GOLANGCILINT =$(BINUTIL ) /golangci-lint
53- GOLANGCILINTVERSION =v2.0.1
53+ GOLANGCILINTVERSION =v2.0.2
5454
5555# Directory containing the source code
5656SRCDIR =./src
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def run(self):
3030
3131setup (
3232 name = "numkey" ,
33- version = "1.6.33 .1" ,
33+ version = "1.6.34 .1" ,
3434 keywords = ("numkey E.164 shortcode lvn did encoding" ),
3535 description = "NumKey Bindings for Python" ,
3636 long_description = read ("../README.md" ),
You can’t perform that action at this time.
0 commit comments