Skip to content

Commit

Permalink
Release 1.0.2: updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2023
1 parent 144356b commit b465978
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bridgestan
Title: BridgeStan, Accessing Stan Model Functions in R
Version: 1.0.1
Version: 1.0.2
Authors@R:
person(given="Brian", family="Ward", , "[email protected]", role = c("aut", "cre"))
License: BSD_3_clause
Expand Down
6 changes: 3 additions & 3 deletions julia/Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bridgestan]
git-tree-sha1 = "3c724e7bfa60bdeb77f132469e27de72a5c98e2f"
git-tree-sha1 = "5ce59cd59421792d11a99318763ac61945e2959b"
lazy = true

[[bridgestan.download]]
sha256 = "6cdb8f330c9814f6c451e3a66db73ea5284b69833d9039e906c580d29085bc65"
url = "https://github.com/roualdes/bridgestan/releases/download/v1.0.1/bridgestan-1.0.1.tar.gz"
sha256 = "4174512b41884f8e1eac7da7dfc3c49e72a8d1ba66d955b5037f1190c71443d0"
url = "https://github.com/roualdes/bridgestan/releases/download/v1.0.2/bridgestan-1.0.2.tar.gz"
2 changes: 1 addition & 1 deletion julia/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BridgeStan"
uuid = "c88b6f0a-829e-4b0b-94b7-f06ab5908f5a"
authors = ["Brian Ward <[email protected]>", "Bob Carpenter <[email protected]", "Edward Roualdes <[email protected]>"]
version = "1.0.1"
version = "1.0.2"

[deps]
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Expand Down
2 changes: 1 addition & 1 deletion python/bridgestan/__version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"
2 changes: 1 addition & 1 deletion src/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#define BRIDGESTAN_MAJOR 1
#define BRIDGESTAN_MINOR 0
#define BRIDGESTAN_PATCH 1
#define BRIDGESTAN_PATCH 2

namespace bridgestan {

Expand Down

2 comments on commit b465978

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=julia

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

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 julia-v1.0.2 -m "<description of version>" b46597885ec6962718beae0602ae81b01ff482d5
git push origin julia-v1.0.2

Please sign in to comment.