Skip to content

Commit

Permalink
Fix readme file and upgrade version (#8)
Browse files Browse the repository at this point in the history
* Fixed readme file name

* Added new upgrade version
  • Loading branch information
umartinez22 authored Jan 4, 2021
1 parent e51cc54 commit b278151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup
from os import path

version = '1.0.6.3'
version = '1.0.6.4'
long_description = ''

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

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

setup(
Expand Down

0 comments on commit b278151

Please sign in to comment.