chore: Bump version to 0.6.0 in __init__.py and pyproject.toml
This commit is contained in:
parent
638b68214b
commit
aee3a48687
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"""Elytra PIM Client - A Pythonic client for the Elytra PIM API"""
|
||||
|
||||
__version__ = "0.5.0"
|
||||
__version__ = "0.6.0"
|
||||
__author__ = "Your Name"
|
||||
|
||||
from . import rest_api
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "elytra-pim-client"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
description = "A Pythonic client for the Elytra PIM API"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue