Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmatlin committed Aug 26, 2019
1 parent 43828ab commit dcbeefa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ addons:
- libnlopt0
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --color=yes -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
- julia --color=yes -e 'using Pkg; Pkg.build()'
- julia --color=yes -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
branches:
only:
- master
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ModelConstructors"
uuid = "e47e5152-bd14-11e9-1b46-c951f0a7041d"
authors = ["William Chen <william.chen@ny.frb.org", "Ethan Matlin <ethanmatlin@gmail.com>", "Reca Sarfati <rebecca.sarfati@ny.frb.org"]
version = "0.1.0"
version = "0.1.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -19,7 +19,7 @@ DSGE = "6cf23378-2c47-544c-b0c3-6efefe57ca11"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "0.7, 1.0"
julia = "0.7"

[targets]
test = ["CSV", "DSGE", "Test"]

2 comments on commit dcbeefa

@FRBNY-DSGE-Team
Copy link
Collaborator

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/2948

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.1.1 -m "<description of version>" dcbeefa91b29adefc699c46a14a5317496087ad7
git push origin v0.1.1

Please sign in to comment.