Skip to content

Commit 360e1e8

Browse files
committed
Bump version again
1 parent 8720b71 commit 360e1e8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,12 @@ More examples:
133133

134134
## Changelog
135135

136+
### Version 1.1.2
137+
* Include mersenne.pxd in source dist.
138+
136139
### Version 1.1.1
137-
* Include files to install source dist without `USE_CYTHON=1`.
140+
* Include files to install source dist with or without `USE_CYTHON=1`.
141+
* Build ARM Linux wheels.
138142

139143
### Version 1.1.0
140144
* Update build toolchain and automatically build/publish wheels for all

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
setup(
4444
name='stochastic-arrow',
45-
version='1.1.1',
45+
version='1.1.2',
4646
packages=find_packages('src'),
4747
package_dir={'': 'src'},
4848
author='Ryan Spangler, John Mason, Jerry Morrison, Chris Skalnik, Travis Ahn-Horst, Sean Cheah',

0 commit comments

Comments
 (0)