Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Dec 6, 2023
1 parent a875fcb commit d8b7052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_sphinx_theme/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) conda-incubator.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 1, 4)
version_info = (0, 2, 0)
__version__ = ".".join(map(str, version_info))

0 comments on commit d8b7052

Please sign in to comment.