Skip to content

Commit

Permalink
Bump to version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 1, 2022
1 parent 70a6f11 commit 44038bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## [Unreleased]


## [3.1.1] - 2022-09-01

- Replace Travis CI with Github Actions


Expand Down
2 changes: 1 addition & 1 deletion duviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def main():
"""usage: %prog [options] [DIRS]
%prog gives a graphic representation of the disk space
usage of the folder trees under DIRS.""",
version='%prog 3.1.0')
version='%prog 3.1.1')
cliparser.add_option(
'-w', '--width',
action='store', type='int', dest='display_width', default=terminal_width,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='duviz',
version='3.1.0',
version='3.1.1',
description='Command line disk space visualization tool',
long_description=long_description,
url='https://github.com/soxofaan/duviz',
Expand Down

0 comments on commit 44038bd

Please sign in to comment.