Skip to content

Commit 4a9cf23

Browse files
author
Victor Machado
committed
Increasing version to 0.10.4
1 parent d487f5e commit 4a9cf23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: froster/froster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from textual.widgets import DataTable, Footer, Button
6161

6262
__app__ = 'Froster, a user friendly S3/Glacier archiving tool'
63-
__version__ = '0.10.2'
63+
__version__ = '0.10.4'
6464

6565

6666
class ConfigManager:

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='froster',
8-
version='0.10.3',
8+
version='0.10.4',
99
license='MIT',
1010
packages=find_packages(),
1111
install_requires=[

0 commit comments

Comments
 (0)