Skip to content

Commit 4e4232e

Browse files
committed
bump version
1 parent 7ccfb77 commit 4e4232e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
jobs:
66
pypi-publish:
77
runs-on: ubuntu-latest
8-
environment: release
8+
environment:
9+
name: release
10+
url: https://pypi.org/p/python-motion
911
permissions:
1012
id-token: write
1113
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-motion"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = ""
55
authors = ["Lemuel Boyce <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)