Updated setup.py to resolve issue with bpylist2 on python < 3.8

This commit is contained in:
Rhet Turnbull
2020-04-20 21:21:47 -07:00
parent a337e79e13
commit 8e4b88ad1f
2 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
""" version info """
__version__ = "0.28.2"
__version__ = "0.28.3"