Compare commits

...

1 commit

Author SHA1 Message Date
Yuru Shao
d97d1f1a5f Bump version: 1.6.1 → 1.6.2 2023-12-22 21:03:10 +00:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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