Skip to content

Commit

Permalink
Add deployment folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Nov 9, 2018
1 parent 6a2cc3c commit aa2fe24
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions deployment/.pypirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[distutils]
index-servers =
pypi
pypitest

[pypi]
repository=https://upload.pypi.org/legacy/
username=plasticity
password=$PYPI_PASSWORD

[pypitest]
repository=https://test.pypi.org/legacy/
username=plasticity
password=$PYPI_TEST_PASSWORD
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '0', '1')
__version_info__ = ('0', '0', '2')
__version__ = '.'.join(__version_info__)

0 comments on commit aa2fe24

Please sign in to comment.