Skip to content

Commit

Permalink
bump version and update README (#63)
Browse files Browse the repository at this point in the history
* update README

* bump version to 0.2.0
  • Loading branch information
Sid-Bhatia-0 authored Nov 5, 2021
1 parent 8bc5f51 commit 2a42047
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SimpleDraw"
uuid = "d1acf6f4-8553-480e-80ae-3c883f0a995a"
authors = ["Siddharth Bhatia <[email protected]> and contributors"]
version = "0.1.0"
version = "0.2.0"

[compat]
julia = "1"
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

This is a lightweight package that provides exact and efficient (for the most part) drawing methods for some simple shapes.

**Note: This README reflects the most up to date information about the master branch. The README for the last released version can be found [here](https://github.com/Sid-Bhatia-0/SimpleDraw.jl/tree/00cd11b5d5492beefa33827947aa201f743faa42).**

## Table of contents:

* [Getting Started](#getting-started)
Expand Down

2 comments on commit 2a42047

@Sid-Bhatia-0
Copy link
Owner 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/48213

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.0 -m "<description of version>" 2a42047f0750c37c680b43504f70215bef2e5abf
git push origin v0.2.0

Please sign in to comment.