Skip to content

Commit b6cd8ff

Browse files
authored
Merge pull request #991 from stonebig/master
june update
2 parents c83486d + acecb0e commit b6cd8ff

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '4.3.20210508'
31+
__version__ = '4.3.20210620'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3112,3 +3112,18 @@ description = Build and publish crates with pyo3, rust-cpython and cffi bindings
31123112
[cached-property]
31133113
description = A decorator for caching properties in classes.
31143114
3115+
[tinycss2]
3116+
description = tinycss2
3117+
3118+
[slicerator]
3119+
description = A lazy-loading, fancy-sliceable iterable.
3120+
3121+
[pims]
3122+
description = Python Image Sequence
3123+
3124+
[flatbuffers]
3125+
description = The FlatBuffers serialization format for Python
3126+
3127+
[dask-image]
3128+
description = Distributed image processing
3129+

0 commit comments

Comments
 (0)