We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda586a commit 5b9007eCopy full SHA for 5b9007e
setup.py
@@ -2,13 +2,13 @@
2
setup(
3
name='saleor-gql-loader',
4
packages=['saleor_gql_loader'],
5
- version='0.0.3',
+ version='0.0.4',
6
license='MIT',
7
description='A simple gql loader class to create some entities in Saleor',
8
author='Guillaume Raille',
9
author_email='guillaume.raille@gmail.com',
10
url='https://github.com/grll/saleor-gql-loader',
11
- download_url='https://github.com/grll/saleor-gql-loader/archive/0.0.3.tar.gz',
+ download_url='https://github.com/grll/saleor-gql-loader/archive/0.0.4.tar.gz',
12
keywords=['graphql', 'saleor', 'loader'],
13
install_requires=['requests', 'Django', 'requests-toolbelt'],
14
classifiers=[
0 commit comments