Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
harirakul committed Sep 14, 2020
1 parent 0512678 commit 83ae0bd
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,11 +1,11 @@
from setuptools import setup, find_packages

with open('README.md') as readme_file:
with open('README.md', encoding='utf-8') as readme_file:
README = readme_file.read()

setup_args = dict(
name='chemlib',
version='1.5',
version='1.6',
description='An easy-to-use library that quickly performs chemistry calculations.',
long_description_content_type="text/markdown",
long_description=README,
Expand Down

0 comments on commit 83ae0bd

Please sign in to comment.