Skip to content

Commit b278151

Browse files
authored
Fix readme file and upgrade version (#8)
* Fixed readme file name * Added new upgrade version
1 parent e51cc54 commit b278151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from setuptools import setup
22
from os import path
33

4-
version = '1.0.6.3'
4+
version = '1.0.6.4'
55
long_description = ''
66

77
current_directory = path.abspath(path.dirname(__file__))
88

9-
with open(path.join(current_directory, 'README.md'), encoding='utf-8') as file:
9+
with open(path.join(current_directory, 'README'), encoding='utf-8') as file:
1010
long_description = file.read()
1111

1212
setup(

0 commit comments

Comments
 (0)