From 2a42047f0750c37c680b43504f70215bef2e5abf Mon Sep 17 00:00:00 2001 From: Siddharth Bhatia <32610387+Sid-Bhatia-0@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:20:02 +0530 Subject: [PATCH] bump version and update README (#63) * update README * bump version to 0.2.0 --- Project.toml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 5012663..9fca34e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SimpleDraw" uuid = "d1acf6f4-8553-480e-80ae-3c883f0a995a" authors = ["Siddharth Bhatia and contributors"] -version = "0.1.0" +version = "0.2.0" [compat] julia = "1" diff --git a/README.md b/README.md index bc18944..8035e34 100644 --- a/README.md +++ b/README.md @@ -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)