Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bstoilov committed Dec 16, 2020
1 parent d3b6878 commit fbcdd05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples.py
Expand Up @@ -5,6 +5,8 @@
username='username from settings',
cred_root='cred_root')

# to release
# python3 setup.py sdist & twine upload --skip-existing dist/*
# proxies example:
# proxies = {"http":"http://username:password@proxy_ip:proxy_port"}
# Pinterest(email='emai', password='pass', username='name', cred_root='cred_root', proxies=proxies)
Expand Down
2 changes: 1 addition & 1 deletion py3pin/__version__.py
@@ -1 +1 @@
__version__ = '1.1.3'
__version__ = '1.2.0'

0 comments on commit fbcdd05

Please sign in to comment.