Skip to content

Commit da40eda

Browse files
authored
Bump package patch version (#145)
`poetry version patch` then `poetry version prepatch`
1 parent 066621a commit da40eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.poetry]
22
name = "ni-python-styleguide"
3-
# The -alpha.0 here denotes a source based version
3+
# The a.0 here denotes a source based version
44
# This is removed when released through the Publish-Package.yml GitHub action
55
# Official PyPI releases follow Major.Minor.Patch
6-
version = "0.4.1-alpha.0"
6+
version = "0.4.2a0"
77
description = "NI's internal and external Python linter rules and plugins"
88
authors = ["NI <[email protected]>"]
99
readme = "README.md" # apply the repo readme to the package as well

0 commit comments

Comments
 (0)