Skip to content

Commit

Permalink
Update package information.
Browse files Browse the repository at this point in the history
  • Loading branch information
myyang committed Jun 7, 2018
1 parent 2d10f62 commit fec26ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
jfyne - <[email protected]>
tcyrus
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='django-pb-model',
version='0.1.4',
version='0.1.5',
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand All @@ -26,7 +26,7 @@
author='myyang',
author_email='[email protected]',
install_requires=[
'django>=1.8',
'django>=1.8,<1.11',
'protobuf>=3.1',
],
classifiers=[
Expand Down

0 comments on commit fec26ce

Please sign in to comment.