Skip to content

Commit ee0a11a

Browse files
authored
Merge branch 'main' into add-py-typed
2 parents 423ddc9 + ddf79f6 commit ee0a11a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to python-bibtexparser, a parser for `.bib` files with a long history and wide adoption.
44

5-
Bibtexparser is available in two versions: V1 and V2. For new projects, we recommend using v2 which, in the long run, will provide an overall more robust and faster experience. **For now, however, note that v2 is an early beta, and does not contain all features of v1**. Install v2 using pip:
5+
Bibtexparser is available in two versions: V1 and V2. For new projects, we recommend using v2 which, in the long run, will provide an overall more robust and faster experience. **For now, however, note that v2 is still in beta stage, and does not contain all features of v1**. Install v2 using pip:
66

77
```bash
88
pip install bibtexparser --pre

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def load_readme():
4444
"Operating System :: OS Independent",
4545
],
4646
install_requires=[
47-
"pylatexenc>=2.10",
47+
"pylatexenc~=2.10",
4848
],
4949
extras_require={
5050
"test": [

0 commit comments

Comments
 (0)