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 3723f93 commit af30f88Copy full SHA for af30f88
setup.py
@@ -7,7 +7,7 @@ def readme():
7
return f.read()
8
9
10
-version = '0.0.1'
+version = '0.1.0'
11
12
13
setup(
sonar-project.properties
@@ -1,5 +1,5 @@
1
sonar.projectKey=kbytesys_django-recaptcha3
2
sonar.organization=kbytesys-github
3
sonar.projectName=Django reCAPTCHA3
4
-sonar.projectVersion=0.0.1
+sonar.projectVersion=0.1.0
5
sonar.sources=snowpenguin/
0 commit comments