File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
MIT LICENSE
2
2
3
- Copyright (c) 2017-2024 Nicola Asuni - Tecnick.com
3
+ Copyright (c) 2017-2025 Nicola Asuni - Tecnick.com
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- 9.4.23
1
+ 9.4.24
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = "Binsearch"
32
32
# This could be handy for archiving the generated documentation or
33
33
# if some version control system is used.
34
34
35
- PROJECT_NUMBER = 9.4.23
35
+ PROJECT_NUMBER = 9.4.24
36
36
37
37
# Using the PROJECT_BRIEF tag one can provide an optional one line description
38
38
# 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 @@ -2,7 +2,7 @@ module github.com/tecnickcom/binsearch
2
2
3
3
go 1.23
4
4
5
- toolchain go1.23.4
5
+ toolchain go1.23.5
6
6
7
7
require (
8
8
github.com/jstemmer/go-junit-report/v2 v2.1.0
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def run(self):
30
30
31
31
setup (
32
32
name = "binsearch" ,
33
- version = "9.4.23 .0" ,
33
+ version = "9.4.24 .0" ,
34
34
keywords = ("binsearch" ),
35
35
description = "Binsearch Bindings for Python" ,
36
36
long_description = read ("../README.md" ),
You can’t perform that action at this time.
0 commit comments