We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093e8ed commit c61e968Copy full SHA for c61e968
setup.cfg
@@ -1,3 +1,3 @@
1
[egg_info]
2
-tag_build =
+tag_build = 0.3.1
3
tag_date = 0
setup.py
@@ -9,7 +9,7 @@
9
:copyright: (c) 2022 co0lc0der
10
"""
11
12
-version = '0.3.0'
+version = '0.3.1'
13
14
with open('README.md', encoding='utf-8') as f:
15
long_description = f.read()
@@ -37,7 +37,6 @@
37
license='MIT, see LICENSE.md file',
38
39
packages=['simple-query-builder'],
40
- install_requires=['sqlite3', 'Union'],
41
42
classifiers=[
43
'License :: OSI Approved :: MIT License',
0 commit comments