Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Sep 24, 2024
1 parent c025c91 commit 5c180aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.0.0] - 2024-09-24

### Added

- Github CI, with pytest, codecov, sphinx and pyright #9
Expand Down
4 changes: 2 additions & 2 deletions docs/_static/version_switcher.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "v0.1.0",
"version": "0.1.0",
"name": "v1.0.0",
"version": "1.0.0",
"url": "https://lours.readthedocs.io/stable/"
},
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lours"
version = "0.1.0"
version = "1.0.0"
description = ""
authors = ["Lilian Glaudin <[email protected]>",
"Clément Pinard <[email protected]>",
Expand Down

0 comments on commit 5c180aa

Please sign in to comment.