Skip to content

Commit

Permalink
17.09.18
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenthompson committed Sep 18, 2017
1 parent 570d10b commit fa9fd5a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions release
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
update the version number in setup.py with yy.mm.dd
python setup.py sdist upload -r pypi

TEST:
open new terminal
mkvirtualenv adf
pip install cppimport
cd ~/projects/cppimport/tests
python -c "import cppimport; assert(cppimport.imp("mymodule").add(1,2) == 3);"

GIT:
git commit -m "yy.mm.dd"
git push
git tag yy.mm.dd
git push origin yy.mm.dd

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},

name = 'cppimport',
version = '17.07.24',
version = '17.09.18',
description = 'Import C++ files directly from Python!',
long_description = description,

Expand Down

0 comments on commit fa9fd5a

Please sign in to comment.