Skip to content

Commit c7ddfcc

Browse files
committed
Set versioning for the new release
1 parent ff57855 commit c7ddfcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = 'unreleased'
1+
__version__ = '0.29.0'
22

33

44
def _initialize_env_var(env_var, default_val):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def run(self):
4141

4242
setup(
4343
name=PKG,
44-
version='0.0.0',
44+
version='0.29.0',
4545
setup_requires=["wheel"] + requires,
4646
install_requires=requires,
4747
python_requires=">= 3.8, < 3.13",

0 commit comments

Comments
 (0)