Skip to content

Commit

Permalink
docs(readme): adjust version numbers in readme as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Mar 3, 2023
1 parent 9d6982c commit 5700694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ version_variable = [ # version location
"src/jupyter_analysis_tools/__init__.py:__version__",
"docs/conf.py:version",
]
version_pattern = [
"README.rst:v{version}.svg",
"README.rst:v{version}...main",
]
version_source = "tag"
prerelease_tag = "dev"
branch = "main" # branch to make releases of
Expand Down

0 comments on commit 5700694

Please sign in to comment.