From a9e6b4a824a96bd4db1a2648af811db75f8f5e73 Mon Sep 17 00:00:00 2001 From: dece Date: Thu, 8 Jul 2021 15:32:49 +0200 Subject: [PATCH] setup: bump to 0.3.1 Also bump Gopher plugin to 0.1.1. --- plugins/gopher/setup.cfg | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gopher/setup.cfg b/plugins/gopher/setup.cfg index 56a28a5..d65bee7 100644 --- a/plugins/gopher/setup.cfg +++ b/plugins/gopher/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = bebop-browser-gopher -version = 0.1.0 +version = 0.1.1 description = Gopher plugin for the Bebop terminal browser long_description = file: README.md license = GPLv3 diff --git a/setup.cfg b/setup.cfg index 5a08026..1758ca1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = bebop-browser -version = 0.3.0 +version = 0.3.1 description = Terminal browser for Gemini long_description = file: README.md license = GPLv3