Skip to content

Commit

Permalink
Merge pull request #7 from paulianttila/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
paulianttila authored Jul 10, 2023
2 parents 4b08b79 + c320d11 commit be9e62f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ pygments==2.14.0
# via rich
pyproject-hooks==1.0.0
# via build
pyrate-limiter==2.10.0
# via -r requirements.txt
pytest==7.2.0
# via -r requirements-dev.in
pytz==2020.5
Expand All @@ -115,8 +117,6 @@ pytz-deprecation-shim==0.1.0.post0
# via tzlocal
pyyaml==6.0
# via bandit
ratelimit==2.2.1
# via -r requirements.txt
requests==2.28.2
# via vsure
rich==12.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
vsure==2.6.2
ratelimit==2.2.1
pyrate-limiter==2.10.0
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def init(self, callbacks: Callbacks) -> None:
)

def get_version(self) -> str:
return "2.1.0"
return "2.1.1"

def stop(self) -> None:
self.logger.debug("Exit")
Expand Down

0 comments on commit be9e62f

Please sign in to comment.