From 14e016fb21c1d5c4898d843ece658fdd8db9e608 Mon Sep 17 00:00:00 2001 From: JnyJny Date: Wed, 7 Jul 2021 11:18:46 -0500 Subject: [PATCH] 1.5.0 --- pyliter/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyliter/__version__.py b/pyliter/__version__.py index 3e8d9f9..5b60188 100644 --- a/pyliter/__version__.py +++ b/pyliter/__version__.py @@ -1 +1 @@ -__version__ = "1.4.0" +__version__ = "1.5.0" diff --git a/pyproject.toml b/pyproject.toml index b275205..54a2f94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyliter" -version = "1.4.0" +version = "1.5.0" description = "Generate color syntax highlighted PNG image from python source files." readme = "README.rst" authors = ["jnyjny "]