Skip to content

Commit d6762a6

Browse files
authored
SCANPY-144 Setup v1.0 (#145)
1 parent cf25059 commit d6762a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ['sonar', 'sonarqube', 'sonarcloud', 'cleancode']
1010
license = 'LGPL-3.0-only'
1111
name = 'pysonar-scanner'
1212
readme = 'README.md'
13-
version = "0.2.0"
13+
version = "1.0.0"
1414
dynamic = ["dependencies"]
1515

1616
[project.urls]

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
sonar.projectKey=SonarSource_sonar-scanner-python
22
sonar.projectName=Python Scanner
3+
sonar.projectVersion=1.0.0
34
sonar.python.version=3.9,3.10,3.11,3.12,3.13
45
sonar.python.coverage.reportPaths=coverage.xml
56
sonar.analysisCache.enabled=true

0 commit comments

Comments
 (0)