-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "fau_colors" | ||
version = "1.4.3" | ||
version = "1.5.0" | ||
description = "The official colors of FAU as matplotlib/seaborn colormaps" | ||
authors = [ | ||
"Robert Richer <[email protected]>", | ||
|
@@ -64,4 +64,3 @@ check = ["_check_black", "_check_isort"] | |
update_docs = "python _docs/_generate_overview_image.py" | ||
update_palettes = "python color_palettes/_create_palettes.py" | ||
bump_version = { "script" = "_tasks:task_update_version()"} | ||
default = {sequence = ["format", "lint", "test"], help = "Run the default pipeline, consisting of formatting, linting, and testing."} |