Skip to content

Commit

Permalink
Initial Users Model
Browse files Browse the repository at this point in the history
  • Loading branch information
darcivieira committed Oct 24, 2023
1 parent a19ddac commit 1383bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kanbanize_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
)


class kanbanize:
class Kanbanize:
def __init__(self, options):
self.service = KanbanizeSession(options)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kanbanize-sdk"
version = "0.1.0"
version = "0.1.2"
description = "Kanbanize-sdk is a python library for interacting with the official Kanbanize tool environment in version 2."
authors = ["darcivieira <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1383bc0

Please sign in to comment.