Skip to content

Commit

Permalink
pypi bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshdtu committed Mar 11, 2021
1 parent 7a54916 commit 60f334c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ script: tox
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: ashutoshdtu
skip_existing: true
username: "__token__"
password:
secure: "oOTii9uifb8GHLj1s1tv5OhHsz7h6nJrMvln0juFY/QNsvIz1gLbQ3z6ZNk5YoO3SCI/gk8HRotRJM/5+ZDkszE/Wjr8+32CjTK9TzbtOZx9SuxfbZfmNKfBv75YzMYE38Api1Ckz+NS2WQVSmTkjovrWkGP+42NEjJ4MiZAMLEXJ4/JTHU/GnNJGZu9pGI4oBwaL4JrnLYJhDRkJTLmDkhxCMiUUxNRKOM7/v2oyUekhJ+WkxqPWzWcrR3NhiBfigF9W6c0PCZfZNnH2hakLiFtna1dmB9B6SdyXcdFwWxb3aFBNWVMH/+acHCrJI1KUhSuzLtpWIruAfJY9QPkFHUmPINyqs2FzQE8PQcxCkh1SfCWb07JNb6mRZVnwMM18zDdhwdWJFvIrSL5nZd6uvXrknGq51mJq16tI5pGkVgoyUzFbEo6izqskD+6IfSfy7QU9MEtYR0hUghmc/Tb61P0LZ2EOC2lYyJDMoCK5AEoreeZx5LSCKwCO+cjSMsVQnX+84cXesyBnshlpZZuZxGAylmjMQqXZ3L7dYr8xQVJIjtaPAYic0EmuAC2/KPZPIKWDIw3ZTDT3LvosLpvw3gLGapnDMG+G32eBOWX2fJFHo8g//AH4U5XW4OiZpqzpAvRSou3nYrltrNs+1EOdIhZ1n4MnAig26CsdgDWHeI="
on:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'0.3.1'
'0.3.2'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = True

Expand Down

0 comments on commit 60f334c

Please sign in to comment.