diff python/pydc/setup.py @ 34:2682a627168c

- breaking changes: * restrict 'Z' conversions to immutable types * restrict 'p' to mutable types (and handles)
author Tassilo Philipp
date Sun, 12 Apr 2020 19:37:37 +0200
parents edbbd467f50a
children 8c8f848131c6
line wrap: on
line diff
--- a/python/pydc/setup.py	Sat Apr 11 20:00:25 2020 +0200
+++ b/python/pydc/setup.py	Sun Apr 12 19:37:37 2020 +0200
@@ -7,7 +7,7 @@
 
 setup(
   name             = 'pydc'
-, version          = '1.1'
+, version          = '1.1.1'
 , author           = 'Daniel Adler'
 , author_email     = 'dadler@dyncall.org'
 , maintainer       = 'Daniel Adler'