Skip to content

Commit 7d2afc3

Browse files
committed
Bump version: 1.0.2 → 1.0.3-dev0
1 parent aa32c26 commit 7d2afc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

direct/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) DIRECT Contributors
33

44
__author__ = """direct contributors"""
5-
__version__ = "1.0.2"
5+
__version__ = "1.0.3-dev0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.2
2+
current_version = 1.0.3-dev0
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

0 commit comments

Comments
 (0)