Skip to content

Commit 50845ed

Browse files
authored
Bump version number from "0.1.0-DEV" to "0.1.0" (#22)
* Bump version number from "0.1.0-DEV" to "0.1.0" * Fix the doctests
1 parent 5657376 commit 50845ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OMOPCommonDataModel"
22
uuid = "ba65db9e-6590-4054-ab8a-101ed9124986"
33
authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics", "JuliaHealth", "contributors"]
4-
version = "0.1.0-DEV"
4+
version = "0.1.0"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

docs/src/version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In order to see the current `OMOPCommonDataModel.jl` version, use the
2727
julia> using OMOPCommonDataModel
2828
2929
julia> OMOPCommonDataModel.version()
30-
v"0.1.0-DEV"
30+
v"0.1.0"
3131
```
3232

3333
To see all versions of the Common Data Model, go to the

0 commit comments

Comments
 (0)