Skip to content

Commit b2cb066

Browse files
committed
bump: version 1.0.0 → 1.0.1
1 parent 44dd5b7 commit b2cb066

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
## 1.0.1 (2023-09-28)
2+
3+
### Refactor
4+
5+
- update gitignore files
6+
17
## 1.0.0 (2023-09-02)

osm_login_python/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "osm-login-python"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
dynamic = ["version"]
55
description = "Use OSM Token exchange with OAuth2.0 for python projects."
66
readme = "README.md"

0 commit comments

Comments
 (0)