Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alpinweis committed Feb 4, 2023
1 parent 64ba4e5 commit a634c78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [0.6.1] - 2023-02-04
* Refactor string formatting to use f-strings

### [0.6.0] - 2023-01-30
* Add endpoint to get user repos

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ def version():
keywords="circleci ci cd api",
packages=find_packages(),
install_requires=["requests", "requests-toolbelt"],
python_requires=">=3",
python_requires=">=3.6",
zip_safe=False,
)

0 comments on commit a634c78

Please sign in to comment.