Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mike0sv committed Jan 10, 2020
1 parent afb34bc commit 7c2cf43
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
commit = True
tag = True

Expand All @@ -18,3 +18,4 @@ replace = __version__ = '{new_version}'
[bumpversion:file:docs/conf.py]
search = version = release = '{current_version}'
replace = version = release = '{new_version}'

4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -48,9 +48,9 @@
:alt: ODS slack channel
:target: https://app.slack.com/client/T040HKJE3/CR1K8N2KA

.. |commits-since| image:: https://img.shields.io/github/commits-since/zyfra/ebonite/v0.3.2.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/zyfra/ebonite/v0.3.3.svg
:alt: Commits since latest release
:target: https://github.com/zyfra/ebonite/compare/v0.3.2...master
:target: https://github.com/zyfra/ebonite/compare/v0.3.3...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/ebonite.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -29,7 +29,7 @@
year = '2019'
author = 'Mikhail Sveshnikov'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.3.2'
version = release = '0.3.3'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@ def get_requirements(file_name):

setup_args = dict(
name='ebonite',
version='0.3.2',
version='0.3.3',
license='Apache-2.0',
description='Machine Learning Lifecycle Framework',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/ebonite/__init__.py
Expand Up @@ -8,7 +8,7 @@
ExtensionLoader.load_all()

__all__ = ['load_extensions', 'Ebonite', 'EBONITE_DEBUG', 'start_runtime', 'create_model']
__version__ = '0.3.2'
__version__ = '0.3.3'

if __name__ == '__main__':
pass

0 comments on commit 7c2cf43

Please sign in to comment.