This repository was archived by the owner on Aug 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1515import sys
1616import os
1717import 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
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.
Original file line number Diff line number Diff line change 4444
4545 Example: *TODO*
4646"""
47- __version__ = "0.3 .0"
47+ __version__ = "0.4 .0"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def requirements(fname):
1313
1414setup (
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 " + \
You can’t perform that action at this time.
0 commit comments