Skip to content

Commit

Permalink
bump version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rednaks committed Jan 19, 2020
1 parent 689f582 commit e135a5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
from setuptools import setup, find_packages


def readme():
with open("README.md") as f:
return f.read()


setup(
name='django-ip-geolocation',
version='1.0.2',
version='1.0.3',
author='Skander Ben Mahmoud',
author_email='[email protected]',
packages=find_packages(exclude=("tests", "docs")),
Expand Down

0 comments on commit e135a5a

Please sign in to comment.