Skip to content

Commit 7204e34

Browse files
committed
version bump for pip package, now with flang support.
1 parent 189fab4 commit 7204e34

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description='Whole Program LLVM',
2121
long_description=long_description,
2222
url='https://github.com/SRI-CSL/whole-program-llvm',
23-
author='Ian A. Mason, Tristan Ravitch, Dan Liew, Bruno Dutertre, Benjamin Schubert, Berkeley Churchill, Marko Dimjasevic, Will Dietz, Fabian Mager, Ben Liblit, Andrew Santosa, Tomas Kalibera, Loic Gelle.',
23+
author='Ian A. Mason, Tristan Ravitch, Dan Liew, Bruno Dutertre, Benjamin Schubert, Berkeley Churchill, Marko Dimjasevic, Will Dietz, Fabian Mager, Ben Liblit, Andrew Santosa, Tomas Kalibera, Loic Gelle, Joshua Cranmer.',
2424
author_email='iam@csl.sri.com',
2525

2626

wllvm/version.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
5555
1.1.2 - 4/26/2017 encoding issues with hashlib in the python 3 swarm.
5656
57+
1.1.3 - 5/20/2017 fortran support via flang (pull #60 over at travitch's place)
58+
5759
"""
5860

59-
wllvm_version = '1.1.2'
61+
wllvm_version = '1.1.3'

0 commit comments

Comments
 (0)