Skip to content

Commit 9978007

Browse files
committed
bump version to 1.1.1
1 parent 1ad5eaa commit 9978007

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
1.1.1 (2019-02-01)
6+
------------------
7+
8+
* Makes sdist installable update CI infrastructure
9+
510
1.1.0 (2017-08-03)
611
------------------
712

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def readme(fname):
3636

3737
setup(
3838
name='pyevtk',
39-
version='1.1.0',
39+
version='1.1.1',
4040
description='Export data as binary VTK files',
4141
long_description=readme('README.md'),
4242
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)