From 61d971c8f1974ec2e363d1b1950f19dbd0921d2f Mon Sep 17 00:00:00 2001 From: fluffy Date: Sun, 20 Mar 2022 21:27:12 -0700 Subject: [PATCH] Release v0.7.7 --- publ/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/publ/__version__.py b/publ/__version__.py index 8ec5490..4ae4601 100644 --- a/publ/__version__.py +++ b/publ/__version__.py @@ -1,2 +1,2 @@ """ version """ -__version__ = "0.7.6" +__version__ = "0.7.7" diff --git a/pyproject.toml b/pyproject.toml index c48573f..35865e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Publ" -version = "0.7.6" +version = "0.7.7" description = "A flexible web-based publishing framework" authors = ["fluffy "] license = "MIT"