Skip to content

Commit

Permalink
v0.9.1 namedtuple(names, values)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Jun 15, 2019
1 parent 47e097e commit 1997a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ authors = ["Jeffrey Sarnoff <[email protected]>"]
name = "NamedTupleTools"
uuid = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
license = "MIT"
version = "0.9.0"
version = "0.9.1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 1997a90

@JeffreySarnoff
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

namedtuple(names, values), names may be Symbols or Strings

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/1396

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.1 -m "<description of version>" 1997a9000a03bfee62870334197d243b7ba9bce4
git push origin v0.9.1

Please sign in to comment.