Skip to content

Commit f8079cd

Browse files
committed
Release version 0.2.0
1 parent 149b0b2 commit f8079cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beanquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .parser import ParseError
1414

1515

16-
__version__ = '0.1.dev1'
16+
__version__ = '0.2.0'
1717

1818

1919
# DB-API compliance

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'beanquery'
7-
version = '0.2.0.dev0'
7+
version = '0.2.0'
88
description = 'Customizable lightweight SQL query tool'
99
license = { file = 'LICENSE' }
1010
readme = 'README.rst'

0 commit comments

Comments
 (0)