We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed73fc1 commit 1c3940aCopy full SHA for 1c3940a
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "3.0.0"
+current_version = "3.0.1"
3
search = "{current_version}"
4
replace = "{new_version}"
5
regex = false
distogram/__init__.py
@@ -1,6 +1,6 @@
__author__ = """Romain Picard"""
__email__ = 'romain.picard@oakbits.com'
-__version__ = '3.0.0'
+__version__ = '3.0.1'
import math
6
from bisect import bisect_left
docs/conf.py
@@ -27,7 +27,7 @@
27
# The short X.Y version
28
version = ''
29
# The full version, including alpha/beta/rc tags
30
-release = '3.0.0'
+release = '3.0.1'
31
32
33
# -- General configuration ---------------------------------------------------
0 commit comments