Skip to content

Commit ef01394

Browse files
author
semantic-release
committed
chore(release): 1.0.3
1 parent eb99c38 commit ef01394

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "parro"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Command-line interface for the Parro school communication platform"
55
readme = "README.md"
66
requires-python = ">=3.11"

src/parro/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from __future__ import annotations
1818

19-
__version__ = "1.0.2"
19+
__version__ = "1.0.3"
2020

2121
import json
2222
import sys

0 commit comments

Comments
 (0)