Skip to content

Commit

Permalink
Changed bash command from "singbox_converter" to "singbox_convert". B…
Browse files Browse the repository at this point in the history
…ump version number to 0.3.1
  • Loading branch information
dzhuang committed Jan 4, 2024
1 parent e9402b8 commit 3c327a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ vi providers.json
#### Then run

```bash
singbox_converter
singbox_convert
```

## Use in python code systematically
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def read(fname):
install_requires=install_requires,
package_dir={"": "src"},
entry_points={'console_scripts': [
'singbox_converter=singbox_converter.main:main',
'singbox_convert=singbox_converter.main:main',
],
},
package_data={
Expand Down
2 changes: 1 addition & 1 deletion src/singbox_converter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.0'
__version__ = '0.3.1'

from .dispatch import SingBoxConverter

Expand Down

0 comments on commit 3c327a8

Please sign in to comment.