Skip to content

Commit 0d39055

Browse files
author
daniel
committed
version bump
1 parent 47ea7eb commit 0d39055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.3.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
allow_dirty = True
55
serialize = {major}.{minor}.{patch}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name="otio-mlt-adapter",
99
author="Daniel Flehner Heen",
1010
author_email="flehnerheener@gmail.com",
11-
version="0.2.0",
11+
version="0.3.0",
1212
description="MLT adapter for OpenTimelineIO",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)