Skip to content

Commit e94ddfe

Browse files
committed
Bump version
1 parent cc1b582 commit e94ddfe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "thumbnails-readme"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Create thumbnails from Git folders"
55
authors = ["Rok Kukovec <rok.kukovec@um.si>", "Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>"]
66
keywords = ['thumbnails', 'README']

tests/test_thumbnails_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
def test_version():
30-
assert __version__ == "0.2.1"
30+
assert __version__ == "0.2.2"
3131

3232

3333
def test_thumbnails_folder_creation():

thumbnails_readme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.1'
1+
__version__ = '0.2.2'

0 commit comments

Comments
 (0)