Skip to content

Commit

Permalink
Bump version: 0.0.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Aug 1, 2021
1 parent e6bc9a0 commit 5b9634c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 = '0.0.0'
release = '1.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion rxray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = """Romain Picard"""
__email__ = 'romain.picard@oakbits.com'
__version__ = '0.0.0'
__version__ = '1.0.0'

from .ray import distribute, round_robin, partition_by_key
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 = 0.0.0
current_version = 1.0.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 @@ -22,7 +22,7 @@

setup(
name="rxray",
version='0.0.0',
version='1.0.0',
url='https://github.com/maki-nage/rxray.git',
license='MIT',
description="RxPY operators to distribute computations with ray",
Expand Down

0 comments on commit 5b9634c

Please sign in to comment.