Bump version: 1.6.1 → 1.6.2 (#311)

This commit is contained in:
Yuru Shao 2024-01-02 17:17:27 -08:00 committed by GitHub
parent 7db0be7a90
commit a8e4312a6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.6.1 current_version = 1.6.2
commit = True commit = True
tag = True tag = True
files = setup.py files = setup.py

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='snappass', name='snappass',
version='1.6.1', version='1.6.2',
description="It's like SnapChat... for Passwords.", description="It's like SnapChat... for Passwords.",
long_description=(open('README.rst').read() + '\n\n' + long_description=(open('README.rst').read() + '\n\n' +
open('AUTHORS.rst').read()), open('AUTHORS.rst').read()),