Skip to content

Commit 9fb3340

Browse files
authored
Bump version: 3.0.1 → 3.0.2
1 parent 356ca6a commit 9fb3340

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

justext/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
from .core import justext
1313

1414

15-
__version__ = "3.0.1"
15+
__version__ = "3.0.2"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.1
2+
current_version = 3.0.2
33
commit = true
44
tag = false
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="jusText",
24-
version="3.0.1",
24+
version="3.0.2",
2525
description="Heuristic based boilerplate removal tool",
2626
long_description=long_description,
2727
author="Jan Pomikálek",

0 commit comments

Comments
 (0)