Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fdw committed Sep 27, 2020
1 parent 022b4c8 commit 38d0a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion picker/Rofimoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def parse_arguments(self) -> argparse.Namespace:
default_config_files=[os.path.join(directory, 'rofimoji.rc') for directory in
BaseDirectory.xdg_config_dirs]
)
parser.add_argument('--version', action='version', version='rofimoji 4.3.0-SNAPSHOT')
parser.add_argument('--version', action='version', version='rofimoji 4.3.0')
parser.add_argument(
'--insert-with-clipboard',
'-p',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='rofimoji',
version='4.3.0-SNAPSHOT',
version='4.3.0',
description='Simple character picker using rofi',
author='fdw',
author_email='[email protected]',
Expand Down

0 comments on commit 38d0a6f

Please sign in to comment.