Skip to content

Commit

Permalink
Merge pull request #9 from ti-oluwa/development
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
ti-oluwa authored Aug 17, 2024
2 parents 51f4ae2 + efdd539 commit 72340a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- dev
- development

jobs:
format:
Expand Down
4 changes: 1 addition & 3 deletions tranzlate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
#### tranzlate
Translate text, files, markup and BeautifulSoup.
@Author: Daniel T. Afolayan (ti-oluwa.github.io)
"""

from .translator import Translator, add_translatable_html_tag

__all__ = ["Translator", "add_translatable_html_tag"]
__version__ = "0.0.4"
__version__ = "1.0.0"

0 comments on commit 72340a4

Please sign in to comment.