Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarev committed Aug 3, 2024
1 parent 5b28102 commit e5ea639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
# TODO: Update the URL once we have a published documentation.
# TODO: Do we have a name for the emulator?
setup(name='z80',
version='1.0b2',
version='1.0b3',
description='Fast and flexible Z80/i8080 Emulator',
long_description=long_description,
long_description_content_type='text/markdown',
author='Ivan Kosarev',
author_email='[email protected]',
author_email='[email protected]',
url='https://github.com/kosarev/z80',
license='MIT',
ext_modules=[z80_emulator_module],
Expand Down

0 comments on commit e5ea639

Please sign in to comment.