Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Dec 14, 2023
1 parent cb3f7a6 commit 6e8095f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Use it as a requirement in your own project.

For now, there is no PyPI entry, so in your requirements.txt:
```
shimmer@git+github.com:bdvllrs/[email protected].1#egg=shimmer
shimmer@git+github.com:bdvllrs/[email protected].2#egg=shimmer
```

or in your pyproject.toml (with poetry for example):
```
shimmer = {git = "[email protected]:bdvllrs/shimmer.git", rev = "0.3.1"}
shimmer = {git = "[email protected]:bdvllrs/shimmer.git", rev = "0.3.2"}
```

## Make a domain
Expand Down

0 comments on commit 6e8095f

Please sign in to comment.