Skip to content

Commit e3a35a8

Browse files
committed
Set versioning for the new release.
1 parent f8c4881 commit e3a35a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools.setup(
55
name = 'simalq',
6-
version = '0.0.0',
6+
version = '2.1.0',
77
author = 'Kodi B. Arfer',
88
description = 'Infinitesimal Quest 2 + ε: A turn-based puzzling dungeon crawler',
99
long_description = Path('README.rst').read_text(),

simalq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import hy
22

3-
__version__ = 'unreleased'
3+
__version__ = '2.1.0'
44

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

0 commit comments

Comments
 (0)