Skip to content

Commit 9e3f1f1

Browse files
chores: try another workaround to show the banner
1 parent 7d48d45 commit 9e3f1f1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![project-banner](https://github.com/saezlab/pkg_infra/raw/main/docs/assets/project-banner-readme.png)
1+
![project-banner](https://raw.githubusercontent.com/saezlab/pkg_infra/main/docs/assets/project-banner-readme.png)
22

33
---
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ name = "pkg_infra"
4848
# ]
4949
readme = "README.md"
5050
requires-python = ">=3.10"
51-
version = "0.0.1.dev1"
51+
version = "0.0.1.dev2"
5252

5353
[project.optional-dependencies]
5454
dev = [

src/pkg_infra/_metadata.py

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

2424
import toml
2525

26-
_VERSION = '0.0.1.dev1'
26+
_VERSION = '0.0.1.dev2'
2727

2828

2929
def get_metadata() -> dict:

0 commit comments

Comments
 (0)