We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14571f commit c8d1eddCopy full SHA for c8d1edd
setup.cfg
@@ -1,3 +1,3 @@
1
[egg_info]
2
-tag_build = 0.3.2
+tag_build = 0.3.3
3
tag_date = 0
setup.py
@@ -9,7 +9,7 @@
9
:copyright: (c) 2022 co0lc0der
10
"""
11
12
-version = '0.3.2'
+version = '0.3.3'
13
14
with open('README.md', encoding='utf-8') as f:
15
long_description = f.read()
simple_query_builder/__init__.py
@@ -7,5 +7,5 @@
7
from .querybuilder import *
8
__author__ = 'co0lc0der'
-__version__ = '0.3.2'
+__version__ = '0.3.3'
__email__ = 'c0der@ya.ru'
0 commit comments