Skip to content

Commit

Permalink
Update Go to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Aug 19, 2024
1 parent f3f935e commit 25dd8a4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.14
5.6.15
2 changes: 1 addition & 1 deletion c/doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions python-class/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand All @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion r/variantkey/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", 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,
Expand Down

0 comments on commit 25dd8a4

Please sign in to comment.