Skip to content

Commit c676ba3

Browse files
committed
Bump version: 0.1.1 → 0.2.0.dev0
1 parent bd3a3b9 commit c676ba3

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Lib/fontPens/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.2.0.dev0"

setup.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.2.0.dev0
33
commit = True
44
tag = False
55
tag_name = v{new_version}
@@ -41,10 +41,7 @@ minversion = 3.0.2
4141
testpaths =
4242
Lib/fontPens
4343
addopts =
44-
# run py.test in verbose mode
4544
-v
46-
# show extra test summary info
4745
-r a
48-
# run doctests in all .py modules
4946
--doctest-modules
5047

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def run(self):
143143

144144
setup_params = dict(
145145
name="fontPens",
146-
version="0.1.1",
146+
version="0.2.0.dev0",
147147
description=("A collection of classes implementing the pen "
148148
"protocol for manipulating glyphs."),
149149
author="Just van Rossum, Tal Leming, Erik van Blokland, others",

0 commit comments

Comments
 (0)