Skip to content

Commit f0d1aa1

Browse files
committed
setup version changed
1 parent 33569e1 commit f0d1aa1

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
@@ -3,7 +3,7 @@
33

44
setup(
55
name='auth',
6-
version='1.0.0',
6+
version='1.0.1',
77
author='Kristoffer Snabb',
88
url='https://github.com/geonition/django_auth',
99
packages=find_packages(),
@@ -16,4 +16,4 @@
1616
},
1717
zip_safe=False,
1818
install_requires=['django']
19-
)
19+
)

0 commit comments

Comments
 (0)