From 25dd8a4941bb74d465d94dfcfe2fe3f76b5c44ab Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Mon, 19 Aug 2024 09:23:08 +0100 Subject: [PATCH] Update Go to 1.23.0 --- VERSION | 2 +- c/doc/Doxyfile | 2 +- go.mod | 4 ++-- go/Makefile | 2 +- python-class/setup.py | 4 ++-- python/setup.py | 2 +- r/variantkey/DESCRIPTION | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index 57f6345..3cbd7ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.6.14 +5.6.15 diff --git a/c/doc/Doxyfile b/c/doc/Doxyfile index 84d8a99..e369074 100644 --- a/c/doc/Doxyfile +++ b/c/doc/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "VariantKey" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 5.6.14 +PROJECT_NUMBER = 5.6.15 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/go.mod b/go.mod index ba8f57a..04c6f71 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/tecnickcom/variantkey -go 1.22 +go 1.23 -toolchain go1.22.5 +toolchain go1.23.0 require ( github.com/jstemmer/go-junit-report/v2 v2.1.0 diff --git a/go/Makefile b/go/Makefile index d9fe5bf..2f8b1fc 100644 --- a/go/Makefile +++ b/go/Makefile @@ -50,7 +50,7 @@ GOFMT=$(shell which gofmt) GOTEST=GOPATH=$(GOPATH) $(shell which gotest) GODOC=GOPATH=$(GOPATH) $(shell which godoc) GOLANGCILINT=$(BINUTIL)/golangci-lint -GOLANGCILINTVERSION=v1.59.1 +GOLANGCILINTVERSION=v1.60.1 # Directory containing the source code SRCDIR=./src diff --git a/python-class/setup.py b/python-class/setup.py index 6938810..a168358 100644 --- a/python-class/setup.py +++ b/python-class/setup.py @@ -38,7 +38,7 @@ def run(self): setup( name="pyvariantkey", - version="5.6.14.0", + version="5.6.15.0", keywords=("variantkey variant key genetic genomics"), description="VariantKey Python wrapper class", long_description=read("../README.md"), @@ -56,7 +56,7 @@ def run(self): ], install_requires=[ "numpy>=1.24.2,<2", - "variantkey>=5.6.14.0", + "variantkey>=5.6.15.0", ], extras_require={ "test": [ diff --git a/python/setup.py b/python/setup.py index 959418b..b9b5654 100644 --- a/python/setup.py +++ b/python/setup.py @@ -30,7 +30,7 @@ def run(self): setup( name="variantkey", - version="5.6.14.0", + version="5.6.15.0", keywords=("variantkey variant key genetic genomics"), description="VariantKey Bindings for Python", long_description=read("../README.md"), diff --git a/r/variantkey/DESCRIPTION b/r/variantkey/DESCRIPTION index 274d5fb..66168ac 100644 --- a/r/variantkey/DESCRIPTION +++ b/r/variantkey/DESCRIPTION @@ -1,6 +1,6 @@ Package: variantkey Title: Genetic VariantKey -Version: 5.6.14.0 +Version: 5.6.15.0 Authors@R: person("Nicola", "Asuni", email = "info@tecnick.com", role = c("aut", "cre")) Description: Tools to generate and process a 64 bit Unsigned Integer Keys for Human Genetic Variants. The VariantKey is sortable for chromosome and position,