Skip to content

Commit 1c21b7c

Browse files
committed
release: Bump version 0.0.3 -> 0.1.0
1 parent 8353b16 commit 1c21b7c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Latest changes
33
==============
44

5-
next
6-
====
5+
v0.1.0
6+
======
77

8-
:date: future
8+
:date: 2022-11-27
99

1010
Features
1111
--------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "Kazuya Takei", email = "myself@attakei.net"}]
88
readme = "README.rst"
99
license = {file = "LICENSE"}
1010
classifiers = [
11-
"Development Status :: 3 - Alpha",
11+
"Development Status :: 4 - Beta",
1212
"Environment :: Console",
1313
"Environment :: Web Environment",
1414
"Framework :: Sphinx",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.3
2+
current_version = 0.1.0
33
commit = True
44
message = release: Bump version {current_version} -> {new_version}
55

src/sphinx_sqlite3fts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from . import builders, events
55

6-
__version__ = "0.0.3"
6+
__version__ = "0.1.0"
77

88

99
def setup(app: Sphinx):

0 commit comments

Comments
 (0)