Skip to content

Commit

Permalink
Bump version: 1.3.0 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Feb 5, 2023
1 parent c53919a commit fefe4da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cyclotron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Romain Picard"""
__email__ = 'romain.picard@oakbits.com'
__version__ = '1.3.0'
__version__ = '2.0.0'

from . import backpressure

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 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.3.0'
release = '2.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cyclotron"
version = "1.3.0"
version = "2.0.0"
description = "A reactive stream cycle implementation in python"
readme = "README.rst"
requires-python = ">=3.7"
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 2.0.0
commit = True
tag = True

Expand All @@ -22,4 +22,3 @@ universal = 1
exclude = docs

[aliases]

0 comments on commit fefe4da

Please sign in to comment.