update version and author emails

This commit is contained in:
Jonathan Wren 2019-10-05 16:06:16 -07:00
parent 912653cd10
commit 69995836ac

View file

@ -1,11 +1,11 @@
[tool.poetry] [tool.poetry]
name = "jrnl" name = "jrnl"
version = "2.0.0" version = "2.1"
description = "Collect your thoughts and notes without leaving the command line." description = "Collect your thoughts and notes without leaving the command line."
authors = [ authors = [
"Manuel Ebert <manuel@1450.me>", "Manuel Ebert <manuel@1450.me>",
"Jonathan Wren", "Jonathan Wren <jonathan@nowandwren.com>",
"Micah Ellison" "Micah Ellison <micahellison@gmail.com>"
] ]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"