Skip to content

Commit 98926ed

Browse files
committed
Set versioning for the new release.
1 parent 34aae8f commit 98926ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setuptools.setup(
1414
name = 'simalq',
15-
version = '0.0.0',
15+
version = '1.0.0',
1616
author = 'Kodi B. Arfer',
1717
description = 'Infinitesimal Quest 2 + ε: A turn-based puzzling dungeon crawler',
1818
long_description = Path('README.rst').read_text(),

simalq/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import hy
22

3-
__version__ = '(unreleased)'
3+
__version__ = '1.0.0'
44

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

0 commit comments

Comments
 (0)