Skip to content

Commit

Permalink
chore: bump package version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkr committed Oct 31, 2024
1 parent 0c5652f commit 5fc2058
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "integrationos"
version = "0.1.0"
version = "0.1.1"
description = "A Python SDK for IntegrationOS"
readme = "README.md"
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion src/integrationos.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: integrationos
Version: 0.1.0
Version: 0.1.1
Summary: A Python SDK for IntegrationOS
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/integrationos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .types.models import *

__all__ = ['IntegrationOS']
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 5fc2058

Please sign in to comment.