Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 82be34a

Browse files
committed
πŸ”§ MAINTAIN: prepare for test release
1 parent fe1fd9d commit 82be34a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

β€Ž.github/workflows/tests.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
python-version: [3.6, 3.7, 3.8, 3.9.0-rc.1]
28-
os: [ubuntu-latest]
28+
os: [ubuntu-latest, windows-latest]
2929

3030
steps:
3131
- uses: actions/checkout@v2

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# mdformat-tables
1+
# mdformat-tables [IN-DEVELOPMENT]
22

3-
mdformat plugin for rendering tables
3+
An [mdformat](https://github.com/executablebooks/mdformat) plugin for rendering tables.

β€Žmdformat_tables/__init__.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
"""mdformat plugin for rendering tables."""
1+
"""An mdformat plugin for rendering tables."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.0.1"

0 commit comments

Comments
Β (0)