Skip to content

Commit 5b9007e

Browse files
author
Guillaume Raille
committed
bump to 0.0.4
1 parent bda586a commit 5b9007e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name='saleor-gql-loader',
44
packages=['saleor_gql_loader'],
5-
version='0.0.3',
5+
version='0.0.4',
66
license='MIT',
77
description='A simple gql loader class to create some entities in Saleor',
88
author='Guillaume Raille',
99
author_email='guillaume.raille@gmail.com',
1010
url='https://github.com/grll/saleor-gql-loader',
11-
download_url='https://github.com/grll/saleor-gql-loader/archive/0.0.3.tar.gz',
11+
download_url='https://github.com/grll/saleor-gql-loader/archive/0.0.4.tar.gz',
1212
keywords=['graphql', 'saleor', 'loader'],
1313
install_requires=['requests', 'Django', 'requests-toolbelt'],
1414
classifiers=[

0 commit comments

Comments
 (0)