Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
mamantoha committed Jan 16, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8ac6474 commit 6d0a635
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018-2020 Anton Maminov
Copyright (c) 2018-2021 Anton Maminov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kd_tree
version: 0.4.0
version: 0.4.1

description: |
Crystal implementation of "K-Dimensional Tree" and "N-Nearest Neighbors"
@@ -11,6 +11,6 @@ development_dependencies:
ameba:
github: crystal-ameba/ameba

crystal: 0.35.1
crystal: ">= 0.35.1"

license: MIT
2 changes: 1 addition & 1 deletion src/kd_tree/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kd
VERSION = "0.4.0"
VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }}
end

0 comments on commit 6d0a635

Please sign in to comment.