Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
wowikc committed Mar 31, 2022
1 parent 67fc536 commit aa3c02b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ built for [itwêwina](https://itwewina.altlab.app/).

# PyPi Package

Latest version of the package posted to PyPi: [paradigm-panes 0.3.0](https://pypi.org/project/paradigm-panes/)
Latest version of the package posted to PyPi: [paradigm-panes 0.3.1](https://pypi.org/project/paradigm-panes/)

# Install

Expand Down
2 changes: 1 addition & 1 deletion paradigm_panes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.0'
__version__ = '0.3.1'

from pathlib import Path
from . import settings
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 = "paradigm-panes"
version = "0.3.0"
version = "0.3.1"
description = "Paradigm panes meant to provide layout specification to be reused elsewhere."
authors = ["Uladzimir Bondarau <bondarau@ualberta.ca>"] # TODO
maintainers = []
Expand Down
2 changes: 1 addition & 1 deletion tests/test_paradigm_panes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.1.0'
assert __version__ == '0.3.1'

0 comments on commit aa3c02b

Please sign in to comment.