Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamswarnkar committed Jun 11, 2021
1 parent e7fa3f3 commit 457f1d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'BlueMirrors'

# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.1.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# This call to setup() does all the work
setup(name="vidsz",
version="0.1.0",
version="0.1.1",
description=
"Common Wrapper/Interface around various video reading/writing tools",
long_description=README,
Expand Down
2 changes: 1 addition & 1 deletion vidsz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
writer.write_all(reader)
```
"""
__version__ = "0.0.1"
__version__ = "0.1.1"

0 comments on commit 457f1d4

Please # to comment.