Skip to content

Commit ec250d3

Browse files
committed
Bump version: 0.1.0 → 0.2.0
1 parent 583957c commit ec250d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55
tag_name = {new_version}
66
files = setup.py
77

88
[bdist_wheel]
99
universal = 1
10+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313

1414
setup(
1515
name='pytest-cookies',
16-
version='0.1.0',
16+
version='0.2.0',
1717
author='Raphael Pierzina',
1818
author_email='[email protected]',
1919
maintainer='Raphael Pierzina',

0 commit comments

Comments
 (0)