Skip to content

Commit

Permalink
Bump python-sdk version to 1.0.0 (#1081)
Browse files Browse the repository at this point in the history
## Type of change
    - [ ] Bug fix
    - [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
    - [ ] Build/deploy pipeline (DevOps)
    - [X] Other

    ## Objective
    Automated python-sdk version bump to 1.0.0
  • Loading branch information
bitwarden-devops-bot authored Sep 25, 2024
1 parent 605ebf6 commit 1a99196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/python/bitwarden_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The official Bitwarden client library for Python."""

__version__ = "0.1.1"
__version__ = "1.0.0"

from .bitwarden_client import *
from .schemas import *
Expand Down
2 changes: 1 addition & 1 deletion languages/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = "A Bitwarden Client for python"
name = "bitwarden_sdk"
readme = "README.md"
requires-python = ">=3.0"
version = "0.1.1"
version = "1.0.0"

[tool.maturin]
bindings = "pyo3"
Expand Down

0 comments on commit 1a99196

Please sign in to comment.