We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad5eaa commit 9978007Copy full SHA for 9978007
CHANGES.txt
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+1.1.1 (2019-02-01)
6
+------------------
7
+
8
+* Makes sdist installable update CI infrastructure
9
10
1.1.0 (2017-08-03)
11
------------------
12
setup.py
@@ -36,7 +36,7 @@ def readme(fname):
36
37
setup(
38
name='pyevtk',
39
- version='1.1.0',
+ version='1.1.1',
40
description='Export data as binary VTK files',
41
long_description=readme('README.md'),
42
long_description_content_type='text/markdown',
0 commit comments