Skip to content

Commit c9fc20f

Browse files
committed
one more try with pydist changes
1 parent 8a6f8ae commit c9fc20f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
scripts: echo no-tests
2727
deploy:
2828
provider: pypi
29-
server: https://index.pydist.com/simple/
29+
server: https://index.pydist.com/
3030
user: packages
3131
password: yD0Ly86v1DEVvieO08v4Dp0pVOp7wtzO
3232
skip_existing: true

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
setup(
1717
name='django_saml2_auth',
1818

19-
version='2.3.6',
19+
version='2.3.7',
2020

2121
description='Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta',
2222
long_description=long_description,

0 commit comments

Comments
 (0)