Skip to content

Commit

Permalink
Merge branch 'hotfix/0.5.10' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JeltevanBoheemen committed Jul 12, 2023
2 parents 9522099 + 7248b2b commit 9953a47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: ['3.5', '3.6', '3.7', '3.8']

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[![Python package](https://github.com/UUDigitalHumanitieslab/chamd/actions/workflows/python-package.yml/badge.svg?branch=develop)](https://github.com/UUDigitalHumanitieslab/chamd/actions/workflows/python-package.yml)

[![Python package](https://badge.fury.io/py/chamd.svg)](https://pypi.python.org/pypi/chamd/)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8091301.svg)](https://doi.org/10.5281/zenodo.8091301)
# CHAMD
Conversion and cleaning of CHILDES CHA files into PaQu Plaintext
Metadata Format (to convert to Alpino).
Expand Down
52 changes: 0 additions & 52 deletions README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='chamd',
python_requires='>=3.5, <4',
version='0.5.9',
version='0.5.10',
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 9953a47

Please sign in to comment.