Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandocamargoai committed Nov 17, 2020
1 parent 76aed30 commit fce132b
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 = 0.0.0
current_version = 0.1.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 @@ -39,9 +39,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/mars-gym

.. |commits-since| image:: https://img.shields.io/github/commits-since/deeplearningbrasil/mars-gym/v0.0.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/deeplearningbrasil/mars-gym/v0.1.0.svg
:alt: Commits since latest release
:target: https://github.com/deeplearningbrasil/mars-gym/compare/v0.0.0...master
:target: https://github.com/deeplearningbrasil/mars-gym/compare/v0.1.0...master



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
year = '2020'
author = 'MARS-Gym Authors'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.0'
version = release = '0.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name="mars-gym",
version="0.0.0",
version="0.1.0",
license="MIT",
description="Framework Code for the RecSys 2020 entitled 'MARS-Gym: A Gym framework to model, train, and evaluate recommendationsystems for marketplaces'.",
long_description="%s\n%s" % (
Expand Down
2 changes: 1 addition & 1 deletion src/mars_gym/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.0.0'
__version__ = '0.1.0'

import mars_gym.torch.metrics

0 comments on commit fce132b

Please # to comment.