Skip to content

Commit d88effa

Browse files
committed
chore: update version
1 parent d0fe46b commit d88effa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#coding:utf-8
22

33
import os
4-
import sys
54
from setuptools import setup, find_packages
65

76
here = os.path.abspath(os.path.dirname(__file__))
@@ -26,7 +25,7 @@
2625

2726
name='smartdns',
2827
description='An Intelligent DNS Similar to DNSPod',
29-
version='3.1.10',
28+
version='3.2.1',
3029
author='duanhongyi',
3130
author_email='duanhyi@gmail.com',
3231
packages=find_packages(),

0 commit comments

Comments
 (0)