Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit 3ca0ec7

Browse files
committed
Increments version to 0.4.0
1 parent d302f71 commit 3ca0ec7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import sys
1616
import os
1717
import shlex
18+
import revscoring
1819

1920
# If extensions (or modules to document with autodoc) are in another directory,
2021
# add these directories to sys.path here. If the directory is relative to the
@@ -59,9 +60,9 @@
5960
# built documents.
6061
#
6162
# The short X.Y version.
62-
version = '0.3.0'
63+
version = revscoring.__version__
6364
# The full version, including alpha/beta/rc tags.
64-
release = '0.3.0'
65+
release = revscoring.__version__
6566

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

revscoring/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
4545
Example: *TODO*
4646
"""
47-
__version__ = "0.3.0"
47+
__version__ = "0.4.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def requirements(fname):
1313

1414
setup(
1515
name="revscoring",
16-
version="0.3.0",
16+
version="0.4.0",
1717
author="Aaron Halfaker",
1818
author_email="ahalfaker@wikimedia.org",
1919
description=("A set of utilities for generating quality scores for " + \

0 commit comments

Comments
 (0)