Skip to content

Commit 2158cf3

Browse files
committed
Bump version: 1.12.0 → 1.13.0
1 parent b1c498a commit 2158cf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

braces/__init__.py

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

1111
__title__ = 'braces'
12-
__version__ = '1.12.0'
12+
__version__ = '1.13.0'
1313
__author__ = 'Kenneth Love and Chris Jones'
1414
__license__ = 'BSD 3-clause'
1515
__copyright__ = 'Copyright 2013 Kenneth Love and Chris Jones'

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[bumpversion]
2-
current_version = 1.12.0
2+
current_version = 1.13.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:braces/__init__.py]
77

8-
98
[bdist_wheel]
109
universal = 1
1110

1211
[metadata]
1312
license_file = LICENSE
13+

0 commit comments

Comments
 (0)