Skip to content

Commit d687187

Browse files
committed
Revert "Set versioning for the new release."
This reverts commit 565038a.
1 parent 565038a commit d687187

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.rst

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ Version history
7878

7979
This section lists the most important user-visible changes in each release. Typically, saved games for each version *aren't* compatible with other versions, but release numbers marked with an asterisk (*) should be compatible with saved games from the previous release. Unless making a backward-compatible upgrade of this kind, you should delete all your saved games before upgrading the game.
8080

81-
- 1.0.1* (2024-05-20): Largely internal changes.
8281
- 1.0.0 (2024-03-01): Various improvements to the display.
8382
- 0.6.0 (2024-02-19): The IQ quest BoneQuest is now fully playable.
8483
- 0.5.0 (2024-01-10): Largely internal changes. The new script ``util/gate_map.hy`` may be useful for mapping mazes of teleportation gates, such as New Nightmare level 10.

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 = '1.0.1',
15+
version = '0.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__ = '1.0.1'
3+
__version__ = '(unreleased)'
44

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

0 commit comments

Comments
 (0)