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 e89e053 commit 26affedCopy full SHA for 26affed
setup.cfg
@@ -1,3 +1,3 @@
1
[egg_info]
2
-tag_build = 0.3.3
+tag_build = 0.3.4
3
tag_date = 0
setup.py
@@ -9,7 +9,7 @@
9
:copyright: (c) 2022 co0lc0der
10
"""
11
12
-version = '0.3.3'
+version = '0.3.4'
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.3'
+__version__ = '0.3.4'
__email__ = 'c0der@ya.ru'
0 commit comments