Skip to content

Commit 612197b

Browse files
committed
New version that has been uploaded.
1 parent 5655859 commit 612197b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dist: clean
3535
#publish: dist
3636
# python setup.py sdist upload
3737

38-
publish:
38+
publish: dist
3939
python3 -m twine upload dist/*
4040

4141

wllvm/version.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@
7777
1.2.6 - 6/18/2019 Various compiler cmd line options parsing tweaks.
7878
7979
1.2.7 - 3/23/2020 Added the LLVM_BITCODE_GENERATION_FLAGS to allow LTO support.
80+
81+
1.2.8 - 3/23/2020 Added the LLVM_BITCODE_GENERATION_FLAGS to allow LTO support. (pip uploading issues)
8082
"""
8183

82-
wllvm_version = '1.2.7'
84+
wllvm_version = '1.2.8'
8385
wllvm_date = 'March 23 2020'

0 commit comments

Comments
 (0)