We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066621a commit da40edaCopy full SHA for da40eda
pyproject.toml
@@ -1,9 +1,9 @@
1
[tool.poetry]
2
name = "ni-python-styleguide"
3
-# The -alpha.0 here denotes a source based version
+# The a.0 here denotes a source based version
4
# This is removed when released through the Publish-Package.yml GitHub action
5
# Official PyPI releases follow Major.Minor.Patch
6
-version = "0.4.1-alpha.0"
+version = "0.4.2a0"
7
description = "NI's internal and external Python linter rules and plugins"
8
authors = ["NI <[email protected]>"]
9
readme = "README.md" # apply the repo readme to the package as well
0 commit comments