Bump version: 0.3.21 → 0.3.22
This commit is contained in:
parent
2a2658d440
commit
80ed8d9869
3 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
[bumpversion]
|
||||
current_version = 0.3.21
|
||||
current_version = 0.3.22
|
||||
commit = True
|
||||
tag = True
|
||||
#message = Bump version: {current_version} -> {new_version}
|
||||
|
||||
[bumpversion:file:lbrynet/__init__.py]
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.3.21"
|
||||
__version__ = "0.3.22"
|
||||
version = tuple(__version__.split('.'))
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Version=0.3.21
|
||||
Version=0.3.22
|
||||
Name=LBRY
|
||||
Comment=The world's first user-owned content marketplace
|
||||
Icon=lbry
|
||||
|
|
Loading…
Reference in a new issue