Accidentally bumped the version nr, back to 1.0b2.dev0

This commit is contained in:
2018-08-16 10:40:42 +02:00
parent 6f180cc6c4
commit c4139613f8

View File

@@ -10,7 +10,7 @@ import functools
# #
# It is sent to the MyData server in the 'User Agent' HTTP header, and # It is sent to the MyData server in the 'User Agent' HTTP header, and
# it's also included in error reports. # it's also included in error reports.
version = '1.1.dev0' version = '1.0b2.dev0'
@functools.lru_cache(maxsize=1) @functools.lru_cache(maxsize=1)