Skip to content

Commit

Permalink
v0.2.1 update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GregFa committed Jan 13, 2022
1 parent 87b74c5 commit 58837a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Helium"
uuid = "3f79f04f-7cac-48b4-bde1-3ad54d8f74fa"
authors = ["Gregory Farage", "Saunak Sen"]
version = "0.2.0"
version = "0.2.1"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*A fast and flexible Julia tabular data serialization format.*

[![Documentation](https://github.com/senresearch/Helium.jl/actions/workflows/documentation.yml/badge.svg)](https://github.com/senresearch/Helium.jl/actions/workflows/documentation.yml)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://senresearch.github.io/Helium.jl/stable)
[![CI](https://github.com/senresearch/Helium.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/senresearch/Helium.jl/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/senresearch/Helium.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/senresearch/Helium.jl)

Expand Down

2 comments on commit 58837a5

@GregFa
Copy link
Member Author

@GregFa GregFa commented on 58837a5 Jan 13, 2022

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

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 v0.2.1 -m "<description of version>" 58837a5c667fdcb41af48e896bf460a19e8fb377
git push origin v0.2.1

Please sign in to comment.