Skip to content

Commit 3b58558

Browse files
author
shujun
committed
Bump version: 0.1.0 → 0.1.1
1 parent ebdb540 commit 3b58558

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
files = setup.py
33
commit = True
44
tag = True
5-
current_version = 0.1.0
5+
current_version = 0.1.1
6+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='samesite-checker',
13-
version='0.1.0',
13+
version='0.1.1',
1414
author='shujun.dsj',
1515
author_email='[email protected]',
1616
packages=find_packages(exclude=('tests', 'tests.*')),

0 commit comments

Comments
 (0)