Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krzentner committed May 22, 2024
1 parent 1ad35d6 commit 531653b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ stick.egg-info
/runs
/docs_build
/src/*.egg-info
/dist
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ so depend on a specific version.
The current recommended install method is:

```sh
pip install "noko[recommended]==0.3.0"
pip install "noko[recommended]==0.3.1"
```

You can also install directly from github:
```sh
pip install "git+https://github.com/krzentner/[email protected].0#egg=noko[recommended]"
pip install "git+https://github.com/krzentner/[email protected].1#egg=noko[recommended]"
```

The `recommended` extra adds packages that can be easily installed and support useful but optional features:
Expand Down
17 changes: 1 addition & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "noko"
version = "0.3.0"
version = "0.3.1"
description = "Log first, ask questions later."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -58,21 +58,6 @@ recommended = [
"Bug Reports" = "https://github.com/krzentner/noko/issues"
"Source" = "https://github.com/krzentner/noko"

# Use setuptools to install the main script
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

# Below is poetry setup for developing this package
[tool.poetry.dependencies]
python = "^3.8,<4.0"

[tool.pyright]
include = ["src"]
venv = ".venv"

[tool.poetry]
name = "noko"
version = "0.3.0"
description = ""
authors = ["K.R. Zentner <[email protected]>"]

0 comments on commit 531653b

Please sign in to comment.