Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed Feb 3, 2021
1 parent 548a7df commit 30c4d50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.10
current_version = 0.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
allow_dirty = True
serialize = {major}.{minor}.{patch}
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name="otio-mlt-adapter",
author="Daniel Flehner Heen",
author_email="[email protected]",
version="0.0.10",
version="0.1.0",
description="MLT adapter for OpenTimelineIO",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -27,6 +27,7 @@
],
extras_require={
"dev": [
"flake8",
"pytest",
"twine"
]
Expand Down

0 comments on commit 30c4d50

Please sign in to comment.