Skip to content

Commit

Permalink
Use Hy 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Sep 21, 2024
1 parent ccb9a48 commit 64c98f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
copyright = '%s the authors' % time.strftime('%Y')
html_title = f'Hyrule {hyrule.__version__} manual'

hy_version = 'v0.29.0'
hy_version = 'v1.0.0'

exclude_patterns = ['_build']

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):
# both setup_requires and install_requires
# since we need to compile .hy files during setup
requires = [
'hy'
'hy >= 1'
]


Expand Down

0 comments on commit 64c98f1

Please sign in to comment.