Skip to content

Commit

Permalink
Set versioning for the new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Sep 22, 2024
1 parent b88380c commit 4fe1b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name = 'simalq',
version = '0.0.0',
version = '1.0.2',
author = 'Kodi B. Arfer',
description = 'Infinitesimal Quest 2 + ε: A turn-based puzzling dungeon crawler',
long_description = Path('README.rst').read_text(),
Expand Down
2 changes: 1 addition & 1 deletion simalq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import hy

__version__ = 'unreleased'
__version__ = '1.0.2'

version_string = f"Infinitesimal Quest 2 + ε version {__version__}"

0 comments on commit 4fe1b45

Please sign in to comment.