Skip to content

Commit 7e1bb2e

Browse files
committed
change version to 0.1.27
1 parent 24e7fca commit 7e1bb2e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
from setuptools import find_packages, setup
88

9-
version = "0.1.26"
9+
version = "0.1.27"
1010

1111
if os.path.exists("README.md"):
1212
if sys.version_info[0] >= 3:
@@ -38,7 +38,7 @@
3838
install_requires=[
3939
"pyyaml>=6.0",
4040
"sqlglot>=11.5.5,<12",
41-
"syncany>=0.2.27",
41+
"syncany>=0.2.28",
4242
'Pygments>=2.14.0',
4343
'prompt-toolkit>=3.0.36',
4444
"rich>=9.11.1",

syncanysql/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# 2023/2/27
33
# create by: snower
44

5-
version = "0.1.26"
6-
version_info = (0, 1, 26)
5+
version = "0.1.27"
6+
version_info = (0, 1, 27)

0 commit comments

Comments
 (0)