Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 28, 2023
1 parent 44dd5b7 commit b2cb066
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
## 1.0.1 (2023-09-28)

### Refactor

- update gitignore files

## 1.0.0 (2023-09-02)
2 changes: 1 addition & 1 deletion osm_login_python/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "osm-login-python"
version = "1.0.0"
version = "1.0.1"
dynamic = ["version"]
description = "Use OSM Token exchange with OAuth2.0 for python projects."
readme = "README.md"
Expand Down

0 comments on commit b2cb066

Please sign in to comment.