Skip to content

Commit c8d1edd

Browse files
committed
update version
1 parent f14571f commit c8d1edd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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 = 0.3.2
2+
tag_build = 0.3.3
33
tag_date = 0

setup.py

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

12-
version = '0.3.2'
12+
version = '0.3.3'
1313

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

simple_query_builder/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
from .querybuilder import *
88

99
__author__ = 'co0lc0der'
10-
__version__ = '0.3.2'
10+
__version__ = '0.3.3'
1111
__email__ = '[email protected]'

0 commit comments

Comments
 (0)