Skip to content

Commit 15f3431

Browse files
committed
update package version
1 parent 1811d58 commit 15f3431

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

setup.cfg

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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"""
77
:authors: co0lc0der
88
:license: MIT
9-
:copyright: (c) 2022 co0lc0der
9+
:copyright: (c) 2022-2023 co0lc0der
1010
"""
1111

12-
version = '0.3.4'
12+
version = '0.3.5'
1313

1414
with open('README.md', encoding='utf-8') as f:
1515
long_description = f.read()

simple_query_builder/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
22
:authors: co0lc0der
33
:license: MIT
4-
:copyright: (c) 2022 co0lc0der
4+
:copyright: (c) 2022-2023 co0lc0der
55
"""
66

77
from .querybuilder import *
88

99
__author__ = 'co0lc0der'
10-
__version__ = '0.3.4'
10+
__version__ = '0.3.5'
1111
__email__ = '[email protected]'

simple_query_builder/querybuilder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
:authors: co0lc0der
33
:license: MIT
4-
:copyright: (c) 2022 co0lc0der
4+
:copyright: (c) 2022-2023 co0lc0der
55
"""
66

77
import inspect

0 commit comments

Comments
 (0)