Skip to content

Commit

Permalink
Bump version: 1.6rc0 → 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lalmeras committed Mar 25, 2023
1 parent 05ac3ee commit 3f6d1d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clickable/__init__.py
@@ -1 +1 @@
__version__ = '1.6rc0'
__version__ = '1.6'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6rc0
current_version = 1.6
commit = True
tag = True
parse = ^
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

setup(
name='clickable',
version='1.6rc0',
version='1.6',
description=("Helper scripts to write click applications development's "
"environment"),
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit 3f6d1d4

Please sign in to comment.