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 149b0b2 commit f8079cdCopy full SHA for f8079cd
beanquery/__init__.py
@@ -13,7 +13,7 @@
13
from .parser import ParseError
14
15
16
-__version__ = '0.1.dev1'
+__version__ = '0.2.0'
17
18
19
# DB-API compliance
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
4
5
[project]
6
name = 'beanquery'
7
-version = '0.2.0.dev0'
+version = '0.2.0'
8
description = 'Customizable lightweight SQL query tool'
9
license = { file = 'LICENSE' }
10
readme = 'README.rst'
0 commit comments