Skip to content

Commit

Permalink
Bump 1.0.0.b3 to check updated revealjs
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Jan 1, 2021
1 parent 77a1299 commit 7509f14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinx-revealjs"
version = "1.0.0.b1"
version = "1.0.0.b3"
description = "Sphinx extension with theme to generate Reveal.js presentation"
authors = ["Kazuya Takei <[email protected]>"]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0.b1
current_version = 1.0.0.b3
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion sphinx_revealjs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Root module for sphinx-revealjs."""

__version__ = "1.0.0.b1"
__version__ = "1.0.0.b3"


from sphinx.application import Sphinx
Expand Down

0 comments on commit 7509f14

Please sign in to comment.