Skip to content

Commit

Permalink
Updated version number to 0.24.2 for new minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmang committed Jan 4, 2024
1 parent 2e5e655 commit 9cf9c52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Durdraw
_| |__ __ _____ __| |_____ _____ __ __ __
/ _ | | | __| _ | __| _ | | | |\
/_____|_____|__|__|_____|__|___\____|________| |
\_____________________________________________\| v 0.24.1
\_____________________________________________\| v 0.24.2


![durdraw-0 24 0-example](./assets/durdraw-0.24.0-example.gif)
Expand Down
2 changes: 1 addition & 1 deletion durdraw/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def undosize(size_s):
raise argparse.ArgumentTypeError("Undo size must be between 1 and 1000.")

def main():
DUR_VER = '0.24.1'
DUR_VER = '0.24.2'
DUR_FILE_VER = 7
DEBUG_MODE = False # debug = makes debug_write available, sends verbose notifications
durlogo = '''
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='durdraw',
version='0.24.1',
version='0.24.2',
author='Sam Foster',
author_email='samfoster@gmail.com',
description='Animated Color ASCII and Unicode Art Editor',
Expand Down

0 comments on commit 9cf9c52

Please sign in to comment.