Skip to content

Commit

Permalink
windows build test 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jul 13, 2016
1 parent fb4616a commit 7623043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ on_success:
# set the variables for the python package index http://pypi.python.org/
# PYPI_USERNAME
# PYPI_PASSWORD
- "%PYTHON%\\python.exe -c \"import os;print('[distutils]\r\nindex-servers =\r\n pypi\r\n\r\n[pypi]\r\nusername:{PYPI_USERNAME}\r\npassword:{PYPI_PASSWORD}\r\n'.format(**os.environ))\" > %HOME%\\.pypirc"
- "%PYTHON%\\python.exe -c \"import os;print('[distutils]\\r\\nindex-servers =\\r\\n pypi\\r\\n\\r\\n[pypi]\\r\\nusername:{PYPI_USERNAME}\\r\\npassword:{PYPI_PASSWORD}\\r\\n'.format(**os.environ))\" > %HOME%\\.pypirc"
# upload to pypi
# check for the tags
# see http://www.appveyor.com/docs/branches#build-on-tags-github-and-gitlab-only
Expand Down
2 changes: 1 addition & 1 deletion knittingpattern/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# there should be no imports

#: the version of the knitting pattern library
__version__ = '0.1.9'
__version__ = '0.1.10'

#: an empty knitting pattern set as specification
EMPTY_KNITTING_PATTERN_SET = {"version": "0.1", "type": "knitting pattern",
Expand Down

0 comments on commit 7623043

Please sign in to comment.