From de0612d8a96df2fc937460dbc31f48d7aaad2460 Mon Sep 17 00:00:00 2001 From: Luke Poeppel Date: Thu, 10 Jun 2021 14:07:16 -0400 Subject: [PATCH] Bumped version number. --- CHANGELOG.md | 4 ++-- README.md | 2 +- treeplotter/VERSION | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615b58c..ace7ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All important changes to the treeplotter package will be documented here. The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and the project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v0.1.1](https://github.com/Luke-Poeppel/treeplotter/tree/v0.1.0) June 10, 2021 +## [v0.1.1](https://github.com/Luke-Poeppel/treeplotter/tree/v0.1.1) June 10, 2021 #### Added - Added a CHANGELOG.md file. @@ -11,5 +11,5 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e - The `package_installer.zsh` now asks the user if they want to install `R` and webshot. Due to the versioning constraints of `R`, we don't want to install this without the user being sure! - Minor tutorial improvements and rewordings. -## [v0.1.0](https://github.com/Luke-Poeppel/treeplotter/tree/v0.1.0) June 10, 2021 +## [v0.1.0](https://github.com/Luke-Poeppel/treeplotter/tree/v0.1.0) June 9, 2021 First public release \ No newline at end of file diff --git a/README.md b/README.md index 37eaa1d..9a6fdf1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `treeplotter` [![Actions Status](https://github.com/Luke-Poeppel/treeplotter/workflows/Build/badge.svg)](https://github.com/Luke-Poeppel/treeplotter/actions) -![img](https://img.shields.io/badge/semver-0.1.0-green) +![img](https://img.shields.io/badge/semver-0.1.1-green) Tree plotting is a nightmare in Python. This package aims to make the process easier. It wraps the TreantJS library to plot trees and saves them to a rendered HTML file. This HTML file is then also exported to a high-res PNG by wrapping R's ``webshot`` package. The package requires some complicated installs, but this is the price to pay to not use any R, Javascript, or CSS ;) diff --git a/treeplotter/VERSION b/treeplotter/VERSION index 6c6aa7c..6da28dd 100644 --- a/treeplotter/VERSION +++ b/treeplotter/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1 \ No newline at end of file