Skip to content

Commit

Permalink
Bumb version #
Browse files Browse the repository at this point in the history
  • Loading branch information
briochemc committed Nov 24, 2019
1 parent f33726d commit 74e7e0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AIBECS"
uuid = "ace601d6-714c-11e9-04e5-89b7fad23838"
authors = ["Benoit Pasquier <pasquieb@uci.edu>"]
version = "0.3.1"
version = "0.3.2"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down
8 changes: 4 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
<a href="https://travis-ci.com/briochemc/AIBECS.jl">
<img alt="Build Status" src="https://img.shields.io/travis/com/briochemc/AIBECS.jl/master?label=OSX/Linux&logo=travis&logoColor=white">
</a>
<a href='https://coveralls.io/github/briochemc/AIBECS.jl'>
<img src='https://coveralls.io/repos/github/briochemc/AIBECS.jl/badge.svg' alt='Coverage Status' />
<a href="https://ci.appveyor.com/project/briochemc/AIBECS-jl">
<img alt="Build Status" src="https://img.shields.io/appveyor/ci/briochemc/AIBECS-jl/master?label=Windows&logo=appveyor&logoColor=white">
</a>
</p>
<p>
<a href="https://ci.appveyor.com/project/briochemc/AIBECS-jl">
<img alt="Build Status" src="https://img.shields.io/appveyor/ci/briochemc/AIBECS-jl/master?label=Windows&logo=appveyor&logoColor=white">
<a href='https://coveralls.io/github/briochemc/AIBECS.jl'>
<img src='https://coveralls.io/repos/github/briochemc/AIBECS.jl/badge.svg' alt='Coverage Status' />
</a>
<a href="https://codecov.io/gh/briochemc/AIBECS.jl">
<img src="https://codecov.io/gh/briochemc/AIBECS.jl/branch/master/graph/badge.svg" />
Expand Down

2 comments on commit 74e7e0e

@briochemc
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/5813

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.3.2 -m "<description of version>" 74e7e0e64eafec31dd8486317fd31c1ffe3dddff
git push origin v0.3.2

Please sign in to comment.