Skip to content

Commit

Permalink
1.0a8.dev1 version number
Browse files Browse the repository at this point in the history
Not going to release this to PyPI but I will build my own wheel of it
  • Loading branch information
simonw committed Jan 6, 2024
1 parent c7a4706 commit 1fc76fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.0a7"
__version__ = "1.0a8.dev1"
__version_info__ = tuple(__version__.split("."))

1 comment on commit 1fc76fe

@simonw
Copy link
Owner Author

@simonw simonw commented on 1fc76fe Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://static.simonwillison.net/static/2024/datasette-1.0a8.dev1-py3-none-any.whl

Built using:

pipenv run python -m pip install build
pipenv run python -m build

Please # to comment.