Skip to content

Commit

Permalink
Add Flit to dev docs and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Oct 18, 2022
1 parent df37723 commit 6f76be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dev = [
"mypy",
"pandas-stubs",
"pre-commit",
"flit",
]
docs = [
"numpydoc",
Expand Down
2 changes: 1 addition & 1 deletion seaborn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
_orig_rc_params = mpl.rcParams.copy()

# Define the seaborn version
__version__ = "0.12.1.dev0"
__version__ = "0.12.2.dev0"

0 comments on commit 6f76be2

Please sign in to comment.