We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb551f commit d2ba8acCopy full SHA for d2ba8ac
pythreejs/_version.py
@@ -1,4 +1,4 @@
1
-version_info = (2, 1, 1, 'final')
+version_info = (2, 1, 2, 'dev')
2
3
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': '', 'dev': 'dev'}
4
0 commit comments