Skip to content

Commit

Permalink
Bump version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Feb 6, 2020
1 parent 0336a6b commit db607fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CUDAdrv"
uuid = "c5f51814-7f29-56b8-a69c-e4d8f6be1fde"
version = "5.1.0"
version = "6.0.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand Down
4 changes: 4 additions & 0 deletions src/module/global.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Module-scope global variables

# TODO: improve this interface:
# - should be more dict-like: get and setindex(::name), haskey(::name)
# - globals(::Type)?

export
CuGlobal, get, set

Expand Down

0 comments on commit db607fb

Please sign in to comment.