Skip to content

Commit b99d7bb

Browse files
committed
Release v0.8.1
1 parent 79d7124 commit b99d7bb

2 files changed

Lines changed: 3 additions & 3 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 = "janus-client"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Janus WebRTC gateway Python async client."
55
authors = [
66
{name = "Joseph Lim", email = "josephlim_94@hotmail.co.uk"},

steps_to_publish_new_version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ hatch test -i py=3.8 -c # All tests must pass
77
hatch env run -e py3.8 coverage report -- --format=total # Update total into README.md
88

99
# Set new version number in pyproject.toml
10-
git add pyprojet.toml README.md
10+
git add pyproject.toml README.md
1111
git commit -m "Release v${hatch version}"
1212
git push
1313
git tag -a release-${hatch version} -m "Release v${hatch version}"
1414
git push origin release-${hatch version}
1515

16-
16+
# Really build and release it

0 commit comments

Comments
 (0)