Skip to content

Commit

Permalink
fix: Add version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed May 1, 2024
1 parent 10481c5 commit f26ed6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rst_budoux/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import budoux
from docutils import nodes

__version__ = "0.0.0"


class WordBreak(nodes.Element):
"""A node to explicit that breakpoint of sentence."""
Expand Down

0 comments on commit f26ed6c

Please sign in to comment.