Skip to content

Commit 77530c7

Browse files
committed
Move version to 1.0.4
1 parent 648fc9d commit 77530c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
from setuptools import setup, find_packages
99

10-
LIBRARY_VERSION = '1.0.0'
10+
LIBRARY_VERSION = '1.0.4'
1111

1212
CURRENT_PYTHON = sys.version_info[:2]
1313
REQUIRED_PYTHON = (3, 6)

0 commit comments

Comments
 (0)