Skip to content

Commit 824b829

Browse files
committed
Bump version: 3.0.2 → 3.0.3
1 parent a734891 commit 824b829

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2"
2+
current_version = "3.0.3"
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.2'
3+
__version__ = '3.0.3'
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.2'
30+
release = '3.0.3'
3131

3232

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "distogram"
7-
version = "3.0.2"
7+
version = "3.0.3"
88
description = "A library to compute histograms on distributed environments, on streaming data"
99
readme = "README.rst"
1010
requires-python = ">=3.6"

0 commit comments

Comments
 (0)