Skip to content

Commit

Permalink
Release v0.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed May 8, 2024
1 parent 51da36b commit 3cc1c46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

<!-- insertion marker -->

## [v0.1.0-beta](https://github.com/bswck/slothy/tree/v0.1.0-beta) (2024-05-08)


### Added

- Basic functionality and documentation.
2 changes: 0 additions & 2 deletions news/+879e2600.added.md

This file was deleted.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "slothy"
version = "0.0.0"
version = "0.1.0-beta"
description = "Super-easy lazy importing in Python."
authors = ["bswck <bartoszpiotrslawecki@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -50,6 +50,7 @@ addopts = "--doctest-modules"
python_files = ["run_tests.py"]



[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 3cc1c46

Please sign in to comment.