Skip to content

Commit fa9fd5a

Browse files
committed
17.09.18
1 parent 570d10b commit fa9fd5a

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

release

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
update the version number in setup.py with yy.mm.dd
2+
python setup.py sdist upload -r pypi
3+
4+
TEST:
5+
open new terminal
6+
mkvirtualenv adf
7+
pip install cppimport
8+
cd ~/projects/cppimport/tests
9+
python -c "import cppimport; assert(cppimport.imp("mymodule").add(1,2) == 3);"
10+
11+
GIT:
12+
git commit -m "yy.mm.dd"
13+
git push
14+
git tag yy.mm.dd
15+
git push origin yy.mm.dd
16+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121

2222
name = 'cppimport',
23-
version = '17.07.24',
23+
version = '17.09.18',
2424
description = 'Import C++ files directly from Python!',
2525
long_description = description,
2626

0 commit comments

Comments
 (0)