Skip to content

Commit

Permalink
Bump version: 0.3.4 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jie Bao committed Aug 19, 2016
1 parent aa13963 commit 25532a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -152,7 +152,7 @@ Versioning
when doing the analysis!**

We use semantic versioning (http://semver.org), and the current version of
ExpAn is: v0.3.4.
ExpAn is: v0.4.0.

The version is maintained in ``setup.cfg``, and propagated from there to various files
by the ``bumpversion`` program. The most important propagation destination is
Expand All @@ -176,7 +176,7 @@ repository.

>>> import core.binning
>>> core.version()
'v0.3.4'
'v0.4.0'
>>> core.version('{major}.{minor}..{commits}')
'0.0..176'
>>> core.version('{commit}')
Expand Down
2 changes: 1 addition & 1 deletion expan/core/version.py
@@ -1,5 +1,5 @@
#
__version__ = "0.3.4"
__version__ = "0.4.0"


def version_numbers():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.4.0
commit = True
tag = True

Expand Down

1 comment on commit 25532a8

@jbao
Copy link

@jbao jbao commented on 25532a8 Aug 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • support derived metrics and weighted delta function

Please sign in to comment.