Skip to content

Commit 91fa52b

Browse files
authored
Release 1.4
Refs #19, #25, #28, #29, #31, #33, #34
1 parent 69e36ba commit 91fa52b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
from setuptools import setup, find_packages
12
import io
23
import os
34

4-
from setuptools import find_packages, setup
5-
6-
VERSION = "1.3"
5+
VERSION = "1.4"
76

87

98
def get_long_description():

0 commit comments

Comments
 (0)