Skip to content

Commit

Permalink
Bump version: 3.3.5 → 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Click committed Sep 5, 2018
1 parent df0e901 commit 83bd5f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.3.5
current_version = 3.4.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/fluctmatch

.. |commits-since| image:: https://img.shields.io/github/commits-since/tclick/python-fluctmatch/v3.3.5.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/tclick/python-fluctmatch/v3.4.0.svg
:alt: Commits since latest release
:target: https://github.com/tclick/python-fluctmatch/compare/v3.3.5...master
:target: https://github.com/tclick/python-fluctmatch/compare/v3.4.0...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/fluctmatch.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = u'2014-2017'
author = u'Timothy Click'
copyright = '{0}, {1}'.format(year, author)
version = release = u'3.3.5'
version = release = u'3.4.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def read(*names, **kwargs):

setup(
name="fluctmatch",
version="3.3.5",
version="3.4.0",
license="BSD license",
description="Elastic network model using fluctuation matching.",
long_description="%s\n%s" % (
Expand Down
2 changes: 1 addition & 1 deletion src/fluctmatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import logging

__version__ = "3.3.5"
__version__ = "3.4.0"

_MODELS = dict()
_DESCRIBE = dict()
Expand Down

0 comments on commit 83bd5f0

Please sign in to comment.