Skip to content

Commit

Permalink
Bump version to 1.2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 9, 2018
1 parent a1155df commit 622d8f0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
@@ -1,21 +1,20 @@
[tool.poetry]

name = "minilog"
version = "1.1"
description = "Sample project generated from jacebrowning/template-python."
version = "1.2a1"
description = "Minimalistic wrapper for Python logging."

license = "MIT"

authors = ["TemplateDemo <jacebrowning@gmail.com>"]
authors = ["Jace Browning <jacebrowning@gmail.com>"]

readme = "README.md"
packages = [
{ include = "log" }
]

homepage = "https://coverage.space/client/"
documentation = "https://cli.coverage.space"
repository = "https://github.com/jacebrowning/coverage-space-cli"
documentation = "https://minilog.readthedocs.io"
repository = "https://github.com/jacebrowning/minilog"

keywords = ["logging"]
classifiers = [
Expand Down

0 comments on commit 622d8f0

Please sign in to comment.