incrementing to 1.9.1

This commit is contained in:
Lionel Dricot 2023-03-11 00:00:32 +01:00
parent 65a445627e
commit 826aa4e1c2
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# - <jake@rmgr.dev>
# - Maeve Sproule <code@sprock.dev>
_VERSION = "1.9"
_VERSION = "1.9.1"
import argparse
import cmd
import codecs

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='offpunk',
version='1.9',
version='1.9.1',
description="Offline-First Gemini/Web/Gopher/RSS reader and browser",
author="Lionel Dricot (Ploum)",
author_email="offpunk@ploum.eu",