We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ff74e commit ce599a6Copy full SHA for ce599a6
2 files changed
codemeta.json
@@ -23,7 +23,7 @@
23
"name": "RsMetaCheck",
24
"operatingSystem": "Linux",
25
"programmingLanguage": "Python",
26
- "version": "0.3.2dev",
+ "version": "0.3.2",
27
"developmentStatus": "active",
28
"issueTracker": "https://github.com/SoftwareUnderstanding/RsMetaCheck/issues"
29
}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "rsmetacheck"
3
-version = "0.3.1"
+version = "0.3.2"
4
description = "Detect metadata pitfalls in software repositories"
5
authors = ["Anas El Hounsri"]
6
readme = "README.md"
0 commit comments