Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dearkafka committed Feb 24, 2024
1 parent 5dbd47e commit 5944444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import find_packages, setup


def long_description():
Expand All @@ -8,7 +8,7 @@ def long_description():

setup(
name="woot",
version="0.0.1",
version="0.0.2",
author="Aleksei Ushakov",
author_email="[email protected]",
description="Still simple Chatwoot API wrapper",
Expand Down

0 comments on commit 5944444

Please sign in to comment.