Skip to content

Commit

Permalink
Update version number to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emmas-yoti committed Feb 21, 2020
1 parent 34fb258 commit 3ad86ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.host.url = https://sonarcloud.io
sonar.organization = getyoti
sonar.projectKey = getyoti:python
sonar.projectName = Python SDK
sonar.projectVersion = 2.10.0
sonar.projectVersion = 2.10.1
sonar.exclusions = yoti_python_sdk/tests/**,examples/**,yoti_python_sdk/protobuf/**/*

sonar.python.pylint.reportPath = coverage.out
Expand Down
2 changes: 1 addition & 1 deletion yoti_python_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "2.10.0"
__version__ = "2.10.1"

0 comments on commit 3ad86ec

Please sign in to comment.