Skip to content

Commit

Permalink
updates/testing
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniojbt committed Oct 11, 2017
1 parent 184f912 commit 59e98f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project_quickstart/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def set_version():
__version__ = '0.2.9'
__version__ = '0.3.0'
return(__version__)
4 changes: 2 additions & 2 deletions requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

future
docopt
cairosvg
svgutils
#cairosvg
#svgutils

#pep8>=1.4.0
#nose>=1.3.0
Expand Down
1 change: 1 addition & 0 deletions requirements_pq_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ conda create -yn py35_test python=3.5
bash -c 'source activate py35_test ; \
wget https://raw.githubusercontent.com/AntonioJBT/project_quickstart/master/requirements.rst ; \
pip install -r requirements.rst ; \
pip install svgutils cairosvg ; \
pip install --upgrade git+git://github.com/AntonioJBT/project_quickstart.git ; \
wget https://raw.githubusercontent.com/AntonioJBT/project_quickstart/master/requirements.rst ; \
pip install -r requirements.rst ; \
Expand Down

0 comments on commit 59e98f3

Please sign in to comment.