Skip to content

Commit fe923a7

Browse files
author
ash
committed
add setup.cfg
1 parent 7f920b7 commit fe923a7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal=1

smsapi/__init__.py

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

33
name = 'smsapi-client'
4-
version = '2.2.6'
4+
version = '2.2.7'
55

66
lib_info = '%s/%s' % (name, version)

0 commit comments

Comments
 (0)