Skip to content

Commit 14b25d7

Browse files
committed
Bump version: 2.0.0 → 2.0.1
1 parent 1207a94 commit 14b25d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: cyclotron/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Romain Picard"""
44
__email__ = '[email protected]'
5-
__version__ = '2.0.0'
5+
__version__ = '2.0.1'
66

77
from . import backpressure
88

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '2.0.0'
29+
release = '2.0.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cyclotron"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "A reactive stream cycle implementation in python"
55
readme = "README.rst"
66
requires-python = ">=3.7"

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.0.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)