File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 3.0.2 "
2+ current_version = " 3.0.3 "
33search = " {current_version}"
44replace = " {new_version}"
55regex = false
Original file line number Diff line number Diff line change 11__author__ = """Romain Picard"""
22__email__ = 'romain.picard@oakbits.com'
3- __version__ = '3.0.2 '
3+ __version__ = '3.0.3 '
44
55import math
66from bisect import bisect_left
Original file line number Diff line number Diff line change 2727# The short X.Y version
2828version = ''
2929# The full version, including alpha/beta/rc tags
30- release = '3.0.2 '
30+ release = '3.0.3 '
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " distogram"
7- version = " 3.0.2 "
7+ version = " 3.0.3 "
88description = " A library to compute histograms on distributed environments, on streaming data"
99readme = " README.rst"
1010requires-python = " >=3.6"
You can’t perform that action at this time.
0 commit comments