From 9e0ed536433424581179eda834905243cf3eeb25 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 5 Oct 2019 16:06:16 -0700 Subject: [PATCH] update version and author emails --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75df2256..7c2f123a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [tool.poetry] name = "jrnl" -version = "2.0.0" +version = "2.1" description = "Collect your thoughts and notes without leaving the command line." authors = [ "Manuel Ebert ", - "Jonathan Wren", - "Micah Ellison" + "Jonathan Wren ", + "Micah Ellison " ] license = "MIT" readme = "README.md"