Skip to content

Commit c61e968

Browse files
committed
update setup files
1 parent 093e8ed commit c61e968

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[egg_info]
2-
tag_build =
2+
tag_build = 0.3.1
33
tag_date = 0

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:copyright: (c) 2022 co0lc0der
1010
"""
1111

12-
version = '0.3.0'
12+
version = '0.3.1'
1313

1414
with open('README.md', encoding='utf-8') as f:
1515
long_description = f.read()
@@ -37,7 +37,6 @@
3737
license='MIT, see LICENSE.md file',
3838

3939
packages=['simple-query-builder'],
40-
install_requires=['sqlite3', 'Union'],
4140

4241
classifiers=[
4342
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)