diff --git a/dist/shallow-backup-2.4.tar.gz b/dist/shallow-backup-2.4.tar.gz new file mode 100644 index 00000000..caae9774 Binary files /dev/null and b/dist/shallow-backup-2.4.tar.gz differ diff --git a/shallow_backup/constants.py b/shallow_backup/constants.py index 9dbbd100..5025f09d 100644 --- a/shallow_backup/constants.py +++ b/shallow_backup/constants.py @@ -1,6 +1,6 @@ class ProjInfo: PROJECT_NAME = 'shallow-backup' - VERSION = '2.3' + VERSION = '2.4' AUTHOR_GITHUB = 'alichtman' AUTHOR_FULL_NAME = 'Aaron Lichtman' DESCRIPTION = "Easily create lightweight backups of installed packages, dotfiles, and more."