Skip to content

Commit

Permalink
[update] preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Animenosekai committed Mar 26, 2022
1 parent 93da863 commit f59c231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can check if you successfully installed it by printing out its version:
```bash
$ translatepy --version
# output:
translatepy v2.3.0
translatepy v2.3
```

or just:
Expand Down
2 changes: 1 addition & 1 deletion translatepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __version_string__():


__author__ = 'Anime no Sekai'
__copyright__ = 'Copyright 2021, translate'
__copyright__ = 'Copyright 2022, translate'
__credits__ = ['animenosekai']
__license__ = 'GNU General Public License v3 (GPLv3)'
__version__ = 'translatepy v{}'.format(__version_string__())
Expand Down

0 comments on commit f59c231

Please sign in to comment.