Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkjkil4 committed Jun 2, 2024
1 parent 0133931 commit 6315f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-doc-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Add remote and reset to it
run: |
git remote add doc-en [email protected]:jkjkil4/JAnim-doc-en.git
git fetch doc-en
git fetch doc-en --depth 1
git reset remotes/doc-en/docs
- name: Debug remotes
Expand Down
2 changes: 1 addition & 1 deletion janim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'''a library for simple animation effects'''

__version__ = '1.2.1'
__version__ = '1.2.2'

0 comments on commit 6315f3c

Please sign in to comment.