Skip to content

Commit

Permalink
build: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonne committed May 21, 2024
1 parent 76bf988 commit 5ffb7be
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1
current_version = 0.9.2

[bumpversion:file:pyproject.toml]

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
author = 'Neal Morton'

# The full version, including alpha/beta/rc tags
release = 'v0.9.1'
release = 'v0.9.2'


# -- General configuration ---------------------------------------------------
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "psifr"
version = "0.9.1"
version = "0.9.2"
authors = [
{name = "Neal W Morton", email = "mortonne@gmail.com"}
]
@@ -19,7 +19,7 @@ dependencies = [
"scipy",
"pandas>=1.0.0, <2.2.0",
"matplotlib!=3.3.1",
"seaborn>=0.9.1",
"seaborn>=0.9.2",
]

[project.optional-dependencies]

0 comments on commit 5ffb7be

Please sign in to comment.