Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Jun 4, 2020
1 parent 5283cdf commit 6991a7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion distogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Romain Picard"""
__email__ = 'romain.picard@oakbits.com'
__version__ = '1.3.0'
__version__ = '1.4.0'


# bins is a tuple of (cut point, count)
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 = '1.3.0'
release = '1.4.0'


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

Expand Down
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='1.3.0',
version='1.4.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 6991a7b

Please sign in to comment.