Skip to content

Commit 048f7b3

Browse files
Bump version: 0.1.0 → 0.2.0
1 parent 60df281 commit 048f7b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

openedx_filters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Filters of the Open edX platform.
33
"""
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.2.0"

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1+
[bumpversion]
2+
current_version = 0.2.0
3+
commit = True
4+
tag = True
5+
16
[isort]
27
include_trailing_comma = True
38
indent = ' '
49
line_length = 120
510
multi_line_output = 3
611

7-
[bumpversion]
8-
current_version = 0.1.0
9-
commit = True
10-
tag = True
11-
1212
[bumpversion:file:openedx_filters/__init__.py]
1313

1414
[wheel]

0 commit comments

Comments
 (0)