Skip to content

Commit 49f87eb

Browse files
committed
Bumped programming-languages versions to 2.0.0
1 parent 9896b24 commit 49f87eb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

programming-languages/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# > programming-languages
44

5-
<a href="https://github.com/adamlui/python-utils/releases/tag/programming-languages-1.0.0">
6-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
5+
<a href="https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.0">
6+
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
77
<a href="https://github.com/adamlui/python-utils/blob/main/programming-languages/docs/LICENSE.md">
88
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
@@ -13,7 +13,7 @@
1313

1414
> ### _File extensions for programming languages._
1515
16-
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/programming-languages-1.0.0/programming-languages/src/programming_languages/programming_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 500+ programming languages known to GitHub). Data is updated via script and released via new package version.
16+
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/programming-languages-2.0.0/programming-languages/src/programming_languages/programming_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 500+ programming languages known to GitHub). Data is updated via script and released via new package version.
1717

1818
## Installation
1919

programming-languages/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "programming-languages"
10-
version = "1.0.0"
10+
version = "2.0.0"
1111
description = "File extensions for programming languages."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -82,7 +82,7 @@ classifiers = [
8282
]
8383

8484
[project.urls]
85-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/programming-languages-1.0.0"
85+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.0"
8686
Documentation = "https://github.com/adamlui/python-utils/tree/main/programming-languages/docs"
8787
Funding = "https://github.com/sponsors/adamlui"
8888
Homepage = "https://github.com/adamlui/python-utils/tree/main/programming-languages/#readme"

0 commit comments

Comments
 (0)