Skip to content

Commit

Permalink
🚀 RELEASE: v0.2.1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing authored Nov 14, 2024
1 parent e620780 commit 7a40415
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:
flit publish
env:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
FLIT_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- flake8-builtins
- flake8-comprehensions
- repo: https://github.com/myint/docformatter
rev: v1.7.5
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
hooks:
- id: docformatter
- repo: https://github.com/executablebooks/mdformat
Expand Down
2 changes: 1 addition & 1 deletion mdformat_myst/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Mdformat plugin for MyST compatibility."""

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 7a40415

Please sign in to comment.