Skip to content

Commit f93b051

Browse files
committed
fix link error in readme
1 parent cbfc280 commit f93b051

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ asyncio.run(main())
121121

122122

123123
### Contributing
124-
If you have any questions or suggestions regarding the ExcelAlchemy library, please raise an issue in [GitHub Issues](https://github.com/username/repo/issues). We also welcome you to submit a pull request to contribute your code.
124+
If you have any questions or suggestions regarding the ExcelAlchemy library, please raise an issue in [GitHub Issues](https://github.com/SundayWindy/ExcelAlchemy/issues). We also welcome you to submit a pull request to contribute your code.
125125

126126
### License
127-
ExcelAlchemy is licensed under the MIT license. For more information, please see the [LICENSE](https://github.com/username/repo/blob/main/LICENSE) file.
127+
ExcelAlchemy is licensed under the MIT license. For more information, please see the [LICENSE](https://github.com/SundayWindy/ExcelAlchemy/blob/master/LICENSE) file.

README_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ asyncio.run(main())
126126

127127
## 贡献
128128

129-
如果你在使用 ExcelAlchemy 过程中遇到了问题或者有任何建议,欢迎在 [GitHub Issues](https://github.com/username/repo/issues) 中提出。我们也非常欢迎你提交 Pull Request,贡献你的代码。
129+
如果你在使用 ExcelAlchemy 过程中遇到了问题或者有任何建议,欢迎在 [GitHub Issues](https://github.com/SundayWindy/ExcelAlchemy/issues) 中提出。我们也非常欢迎你提交 Pull Request,贡献你的代码。
130130

131131
## 许可证
132132

133-
ExcelAlchemy 使用 MIT 许可证。详细信息请参阅 [LICENSE](https://github.com/username/repo/blob/main/LICENSE)
133+
ExcelAlchemy 使用 MIT 许可证。详细信息请参阅 [LICENSE](https://github.com/SundayWindy/ExcelAlchemy/blob/master/LICENSE)

excelalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A Python Library for Reading and Writing Excel Files"""
22

3-
__version__ = '0.1.0b4'
3+
__version__ = '0.1.0b5'
44

55
from excelalchemy.const import CharacterSet
66
from excelalchemy.const import DataRangeOption

0 commit comments

Comments
 (0)