Skip to content

Commit

Permalink
Set versioning for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Sep 22, 2024
1 parent 44dcfa0 commit 5cdba24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = 'unreleased'
nickname = None
__version__ = '1.0.0'
nickname = 'Afternoon Review'


def _initialize_env_var(env_var, default_val):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run(self):

setup(
name=PKG,
version='0.0.0',
version='1.0.0',
setup_requires=["wheel"] + requires,
install_requires=requires,
python_requires=">= 3.8, < 3.14",
Expand Down

0 comments on commit 5cdba24

Please sign in to comment.