Skip to content

Commit

Permalink
[MAINT] Post-release version update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Dec 30, 2024
1 parent ce0dafa commit 2399be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "PyBispectra"
copyright = "2023, Thomas S. Binns"
author = "Thomas S. Binns"
release = "1.2.1"
release = "1.3.0dev"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description = "A Python signal processing package for computing spectral-domain
name = "pybispectra"
readme = "README.md"
requires-python = ">=3.10"
version = "1.2.1"
version = "1.3.0dev"

[project.optional-dependencies]
dev = ["pybispectra[doc]", "pybispectra[lint]", "pybispectra[test]"]
Expand Down

0 comments on commit 2399be6

Please sign in to comment.