Skip to content

Commit

Permalink
Bump version in Project.toml
Browse files Browse the repository at this point in the history
- Add Project.toml to bumpversion.cfg config
  • Loading branch information
migarstka committed Aug 23, 2019
1 parent 80fe9e1 commit 569676d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ commit = True
tag = False

[bumpversion:file:README.md]

[bumpversion:file:Project.toml]
[bumpversion:file:src/printing.jl]

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "COSMO"
uuid = "1e616198-aa4e-51ec-90a2-23f7fbd31d8d"
authors = ["Michael <[email protected]>"]
version = "0.4.3"
version = "0.4.4"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

2 comments on commit 569676d

@migarstka
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/2888

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.4.4 -m "<description of version>" 569676d160b86ab372ba6485a2365cb7f57dfb1b
git push origin v0.4.4

Please sign in to comment.