Skip to content

Commit

Permalink
v0.1.0 -> v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoolittle committed Jun 11, 2021
1 parent 08c4d7b commit f057cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ @misc{BellScenario.jl
title = {BellScenario.jl},
howpublished = {\url{https://github.com/ChitambarLab/BellScenario.jl}},
url = {https://github.com/ChitambarLab/BellScenario.jl},
version = {v0.1.0},
version = {v0.1.1},
year = {2020},
month = {6}
}
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BellScenario"
uuid = "4e58fcc1-4405-48af-b0f2-42df636d9190"
authors = ["Brian Doolittle"]
version = "0.1.0"
version = "0.1.1"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -21,4 +21,4 @@ JSON = "0.21"
QBase = "0.2"
SCS = "0.7"
XPORTA = "0.1"
julia = "1.4"
julia = "1.4"

2 comments on commit f057cd9

@bdoolittle
Copy link
Member Author

Choose a reason for hiding this comment

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

@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/38698

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" f057cd98631ce16634580f9688d88e8f1ca2d04d
git push origin v0.1.1

Please sign in to comment.