We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d48e50 commit e1d6db6Copy full SHA for e1d6db6
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
import codecs
3
import os
4
5
-VERSION = '2.1.13'
+VERSION = '2.1.14'
6
DESCRIPTION = 'A Scratch API Wrapper'
7
with open('README.md', encoding='utf-8') as f:
8
LONG_DESCRIPTION = f.read()
0 commit comments