Skip to content

Commit

Permalink
Revert "Set versioning for the new release"
Browse files Browse the repository at this point in the history
This reverts commit c7ddfcc.
  • Loading branch information
Kodiologist committed May 20, 2024
1 parent c7ddfcc commit 4604638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.29.0'
__version__ = 'unreleased'


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.29.0',
version='0.0.0',
setup_requires=["wheel"] + requires,
install_requires=requires,
python_requires=">= 3.8, < 3.13",
Expand Down

0 comments on commit 4604638

Please sign in to comment.