We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76099e commit b52c2c9Copy full SHA for b52c2c9
nocodb/__init__.py
@@ -1 +1 @@
1
-__version__ = "2.0.0"
+__version__ = "2.0.0a2"
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='nocodb',
6
- version='1.0.1',
+ version='2.0.0a2',
7
author='Samuel López Saura',
8
author_email='samuellopezsaura@gmail.com',
9
packages=find_packages(),
0 commit comments