Skip to content

Commit 14ba4eb

Browse files
committed
Set versioning for the new release
1 parent 7fa32d4 commit 14ba4eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hy/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
__version__ = 'unreleased'
2-
nickname = None
3-
last_version = '1.0.0'
1+
__version__ = '1.1.0'
2+
nickname = 'Business Hugs'
3+
last_version = __version__
44
# This is used by `(pragma :hy …)` to guess whether an unreleased
55
# version of Hy is new enough. In a released version, it's simply
66
# equal to `__version__`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run(self):
3939

4040
setup(
4141
name=PKG,
42-
version='0.0.0',
42+
version='1.1.0',
4343
setup_requires=["wheel"] + requires,
4444
install_requires=requires,
4545
python_requires=">= 3.9, < 3.15",

0 commit comments

Comments
 (0)