Skip to content

Commit 938a016

Browse files
Missing version bump
1 parent 38570f9 commit 938a016

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.3'
51+
version = '0.4'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.3'
53+
release = '0.4'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run(self):
3030
unittest.main(tests, argv=sys.argv[:1])
3131

3232

33-
version = "0.3.0"
33+
version = "0.4.0"
3434

3535
setup(
3636
name="mysql-replication",

0 commit comments

Comments
 (0)