notojp-matplotlib 1.0.0__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: notojp-matplotlib
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: matplotlib のフォントを Noto Sans CJK に設定する
5
5
  Home-page: https://github.com/n-takumasa/notojp-matplotlib
6
6
  License: MIT
@@ -28,7 +28,7 @@ matplotlib のフォントを [Noto Sans CJK](https://github.com/googlefonts/not
28
28
  ## 使い方
29
29
 
30
30
  ```
31
- pip install git+https://github.com/n-takumasa/notojp-matplotlib
31
+ pip install notojp-matplotlib
32
32
  ```
33
33
 
34
34
  ```py
@@ -37,7 +37,7 @@ import notojp_matplotlib
37
37
 
38
38
  ## 使い方 (Google Colaboratory)
39
39
  ```py
40
- %pip -q install git+https://github.com/n-takumasa/notojp-matplotlib
40
+ %pip -q install notojp-matplotlib
41
41
  import notojp_matplotlib
42
42
  ```
43
43
 
@@ -9,7 +9,7 @@ matplotlib のフォントを [Noto Sans CJK](https://github.com/googlefonts/not
9
9
  ## 使い方
10
10
 
11
11
  ```
12
- pip install git+https://github.com/n-takumasa/notojp-matplotlib
12
+ pip install notojp-matplotlib
13
13
  ```
14
14
 
15
15
  ```py
@@ -18,6 +18,6 @@ import notojp_matplotlib
18
18
 
19
19
  ## 使い方 (Google Colaboratory)
20
20
  ```py
21
- %pip -q install git+https://github.com/n-takumasa/notojp-matplotlib
21
+ %pip -q install notojp-matplotlib
22
22
  import notojp_matplotlib
23
23
  ```
@@ -5,7 +5,7 @@ from pathlib import Path
5
5
  import matplotlib
6
6
  from matplotlib.font_manager import fontManager
7
7
 
8
- __version__ = "1.0.0"
8
+ __version__ = "1.0.1"
9
9
 
10
10
  FONTSDIR = "fonts"
11
11
  FILE = "NotoSansCJKjp-Regular.otf"
@@ -4,7 +4,7 @@ build-backend = "poetry_dynamic_versioning.backend"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "notojp-matplotlib"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "matplotlib のフォントを Noto Sans CJK に設定する"
9
9
  authors = ["Takumasa Nakamura <n.takumasa@gmail.com>"]
10
10
  license = "MIT"