Skip to content

Commit

Permalink
Version update for release of CLI functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Nov 28, 2024
1 parent 5b36a04 commit f2c50c7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Scribe-Data tries to follow [semantic versioning](https://semver.org/), a MAJOR.

Emojis for the following are chosen based on [gitmoji](https://gitmoji.dev/).

## [Upcoming] Scribe-Data 4.0.0
## [Upcoming] Scribe-Data 4.x

## Scribe-Data 4.0.0

### ✨ Features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![mastodon](https://img.shields.io/badge/Mastodon-6364FF.svg?logo=mastodon&logoColor=ffffff)](https://wikis.world/@scribe)
[![matrix](https://img.shields.io/badge/Matrix-000000.svg?logo=matrix&logoColor=ffffff)](https://matrix.to/#/#scribe_community:matrix.org)

### Wikidata, Wiktionary and Wikipedia language data extraction
### Wikidata and Wikipedia language data extraction

**Scribe-Data** is a convenient command-line interface (CLI) for extracting and formatting language data from [Wikidata](https://www.wikidata.org/) and [Wikipedia](https://www.wikipedia.org/). Functionality includes allowing users to list, download, and manage language data directly from the terminal.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Scribe-Data developers"

# The full version, including alpha/beta/rc tags
release = "3.3.0"
release = "4.0.0"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -171,7 +171,7 @@
"Scribe-Data Documentation",
author,
"Scribe-Data",
"Wikidata, Wiktionary and Wikipedia language data extraction",
"Wikidata and Wikipedia language data extraction",
"Miscellaneous",
)
]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
.. |matrix| image:: https://img.shields.io/badge/Matrix-000000.svg?logo=matrix&logoColor=ffffff
:target: https://matrix.to/#/#scribe_community:matrix.org

**Wikidata, Wiktionary and Wikipedia language data extraction**
**Wikidata and Wikipedia language data extraction**

Installation
============
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
name="scribe-data",
packages=find_packages(where="src"),
package_dir={"": "src"},
version="3.3.0",
version="4.0.0",
author="Andrew Tavis McAllister",
author_email="[email protected]",
author_email="[email protected]",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand All @@ -37,13 +37,14 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
],
python_requires=">=3.9",
install_requires=requirements,
package_data={"": ["2021_ranked.tsv"]},
include_package_data=True,
description="Wikidata, Wiktionary and Wikipedia language data extraction",
description="Wikidata and Wikipedia language data extraction",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/scribe-org/Scribe-Data",
Expand Down

0 comments on commit f2c50c7

Please sign in to comment.