Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthratna committed Jan 9, 2021
1 parent 47b1dd0 commit 73be8fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Sumanth Ratna'

# The full version, including alpha/beta/rc tags
release = '0.2.4'
release = '0.3.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "viewmask"
version = "0.2.4"
version = "0.3.0"
description = "A Python package and CLI to view XML annotations and NumPy masks."
license = "MIT"
authors = ["sumanthratna <sumanthratna@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_viewmask.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.2.4'
assert __version__ == '0.3.0'
2 changes: 1 addition & 1 deletion viewmask/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from collections import UserList
__version__ = '0.2.4'
__version__ = '0.3.0'

from viewmask import utils # noqa # pylint: disable=unused-import

Expand Down

0 comments on commit 73be8fe

Please sign in to comment.