Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Oct 28, 2024
1 parent 178bc56 commit 1c6ebaf
Show file tree
Hide file tree
Showing 3 changed files with 520 additions and 397 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next version
## 1.0.0 - October 28, 2024

### 🚀 New

Expand Down
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lvmgort"
version = "1.0.0b2"
version = "1.0.0"
description = "The brains of LVM observing"
authors = [
{ name = "José Sánchez-Gallego", email = "[email protected]" }
Expand Down Expand Up @@ -54,14 +54,16 @@ test = [
"coverage[toml]>=5.0"
]

[tool.uv]
package = true
dev-dependencies = [
[dependency-groups]
dev = [
"ipython>=8.0.0",
"ipdb>=0.12.3",
"ruff>=0.5.0"
]

[tool.uv]
package = true

[tool.ruff]
line-length = 88
target-version = 'py312'
Expand Down
Loading

0 comments on commit 1c6ebaf

Please sign in to comment.