Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc49633

Browse files
committed
Bump to 3.3.0rc4
1 parent f74975f commit bc49633

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

enchant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"""
7373
_DOC_ERRORS = ["enchnt", "enchnt", "incant", "fr"]
7474

75-
__version__ = "3.3.0rc3"
75+
__version__ = "3.3.0rc4"
7676

7777
import os
7878
import warnings

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyenchant
3-
version = 3.3.0rc3
3+
version = 3.3.0rc4
44
description = Python bindings for the Enchant spellchecking system
55
long_description = file: README.rst
66
author = Dimitri Merejkowsky

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/pyenchant/pyenchant"
22

33
[version]
4-
current = "3.3.0rc3"
4+
current = "3.3.0rc4"
55

66
regex = '''
77
(?P<major>\d+)

0 commit comments

Comments
 (0)