From 8103cb4adba827e6c0ce1e9999e9a70cf79c46a7 Mon Sep 17 00:00:00 2001 From: Yuru Shao Date: Fri, 1 Dec 2023 17:11:30 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.0=20=E2=86=92=201.6.1=20(?= =?UTF-8?q?#305)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 398abb2..095b615 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 1.6.1 commit = True tag = True files = setup.py @@ -7,4 +7,3 @@ files = setup.py [flake8] show-source = True max-line-length = 120 - diff --git a/setup.py b/setup.py index e088fba..b4ae332 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='snappass', - version='1.6.0', + version='1.6.1', description="It's like SnapChat... for Passwords.", long_description=(open('README.rst').read() + '\n\n' + open('AUTHORS.rst').read()),