Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Apr 2, 2024
1 parent 8d452c2 commit 03ddf0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sauce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__author__ = 'Wijnand Modderman-Lenstra <maze@pyth0n.org>'
__copyright__ = '(C) 2006-2012 Wijnand Modderman-Lenstra'
__license__ = 'LGPL'
__version__ = '1.2'
__version__ = '1.3'
__url__ = 'https://github.com/tehmaze/sauce'

import datetime
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='sauce',
version='1.2',
version='1.3',
description='SAUCE record parser',
author='Wijnand Modderman-Lenstra',
author_email='maze@pyth0n.org',
Expand Down

0 comments on commit 03ddf0f

Please sign in to comment.