Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush1898 committed Mar 1, 2021
1 parent 3183ccc commit 2bfe22e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions imqclient/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup (name="imqclient",
version="1.1",
version="1.0",
description="Client package",
author="Xyz",
author="Ayush Agarwal",
packages=find_packages(), install_requires = ['jsonpickle'])
4 changes: 2 additions & 2 deletions imqserver/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup (name="imqserver",
version="1.1",
version="1.0",
description="Server package",
author="Xyz",
author="Ayush Agarwal",
packages=find_packages(), install_requires = ['jsonpickle'])

0 comments on commit 2bfe22e

Please sign in to comment.