Skip to content

Commit

Permalink
Bump to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joegilkes committed Mar 25, 2024
1 parent aa9feff commit f949a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Kinetica"
uuid = "3847ce11-53ec-444b-aa85-3b6606472139"
authors = ["joegilkes <[email protected]>"]
version = "0.5.1"
version = "0.5.2"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down
2 changes: 1 addition & 1 deletion src/Kinetica.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using OrderedCollections
using PythonCall
using CDE_jll

const version = VersionNumber(0, 5, 1)
const version = VersionNumber(0, 5, 2)

# Global Python package interfaces
const pybel = PythonCall.pynew()
Expand Down

0 comments on commit f949a91

Please sign in to comment.