Skip to content

Commit

Permalink
Merge branch 'hotfix/0.5.11' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JeltevanBoheemen committed Jul 12, 2023
2 parents 9953a47 + 7a4af87 commit c442b88
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, find_packages

with open('README.rst') as file:
with open('README.md') as file:
long_description = file.read()

setup(
name='chamd',
python_requires='>=3.5, <4',
version='0.5.10',
version='0.5.11',
description='Conversion and cleaning of CHILDES CHA files into PaQu Plaintext Metadata Format',
long_description=long_description,
author='Digital Humanities Lab, Utrecht University',
Expand Down

0 comments on commit c442b88

Please sign in to comment.