Skip to content

Commit 1c3940a

Browse files
committed
Bump version: 3.0.0 → 3.0.1
1 parent ed73fc1 commit 1c3940a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "3.0.0"
2+
current_version = "3.0.1"
33
search = "{current_version}"
44
replace = "{new_version}"
55
regex = false

distogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = """Romain Picard"""
22
__email__ = 'romain.picard@oakbits.com'
3-
__version__ = '3.0.0'
3+
__version__ = '3.0.1'
44

55
import math
66
from bisect import bisect_left

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = ''
2929
# The full version, including alpha/beta/rc tags
30-
release = '3.0.0'
30+
release = '3.0.1'
3131

3232

3333
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)