We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01aa51 commit 99a7269Copy full SHA for 99a7269
arango/version.py
@@ -1 +1 @@
1
-VERSION = '3.12.0'
+VERSION = '3.12.1'
setup.py
@@ -15,6 +15,7 @@
15
include_package_data=True,
16
install_requires=['requests', 'six'],
17
tests_require=['pytest'],
18
+ license='MIT',
19
classifiers=[
20
'Intended Audience :: Developers',
21
'Intended Audience :: End Users/Desktop',
0 commit comments