Skip to content

Commit

Permalink
Bump version: 2.0.0 → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Feb 5, 2022
1 parent efa2d10 commit a2ac2ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion distogram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = """Romain Picard"""
__email__ = '[email protected]'
__version__ = '2.0.0'
__version__ = '3.0.0'

import math
from bisect import bisect_left
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '2.0.0'
release = '3.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 3.0.0
commit = True
tag = True

Expand All @@ -22,4 +22,3 @@ universal = 1
exclude = docs

[aliases]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name="distogram",
version='2.0.0',
version='3.0.0',
url='https://github.com/maki-nage/distogram.git',
license='MIT',
description="A library to compute histograms on distributed environments, on streaming data",
Expand Down

0 comments on commit a2ac2ef

Please sign in to comment.