Skip to content

Commit ae29685

Browse files
committed
Revert "Set versioning for the new release"
This reverts commit a938f8d.
1 parent a938f8d commit ae29685

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__version__ = '1.2.0'
2-
nickname = 'Crackers and Snacks'
1+
__version__ = 'unreleased'
2+
nickname = None
33
last_version = '1.2.0'
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

setup.py

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

3535
setup(
3636
name=PKG,
37-
version='1.2.0',
37+
version='0.0.0',
3838
setup_requires=["wheel"] + requires,
3939
install_requires=requires,
4040
python_requires=">= 3.9, < 3.15",

0 commit comments

Comments
 (0)