Skip to content

Commit

Permalink
Bump version for PyPi 🤩
Browse files Browse the repository at this point in the history
* I can't believe I actually made it to this point
* Also I can't believe that I could've done this almost a month ago? Like everything was set up already why did I think there was so much more I had to do

Anyways squashed:
commit cf2660c
Author: TDKorn <96394652+TDKorn@users.noreply.github.com>
Date:   Mon Jun 13 22:25:14 2022 -0400

    Update setup.py

    * It was actually me that was using the name I'm dumb

commit c9bebf1
Author: TDKorn <96394652+TDKorn@users.noreply.github.com>
Date:   Mon Jun 13 12:55:14 2022 -0400

    Damn i cant use that

commit 6e8c6f9
Author: TDKorn <96394652+TDKorn@users.noreply.github.com>
Date:   Mon Jun 13 12:49:52 2022 -0400

    Bum p for PyPi
  • Loading branch information
TDKorn committed Jun 14, 2022
1 parent c2e7f6d commit 3d13e02
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,9 +1,9 @@
from setuptools import setup

setup(
name='MyMagento',
name='my-magento',
packages=['magento'],
version='1.1.0',
version='1.1.1',
license='MIT',
description='Python Magento 2 REST API Client',
author='Adam Korn',
Expand Down

0 comments on commit 3d13e02

Please sign in to comment.