Skip to content

Commit

Permalink
💚 Update target commit for release (master -> main) (#23)
Browse files Browse the repository at this point in the history
* 💚 update target commit for release

* 🔖 Bump version number

---------

Co-authored-by: itsthejoker <itsthejoker@users.noreply.github.com>
  • Loading branch information
itsthejoker and itsthejoker committed Feb 20, 2023
1 parent 0185ce3 commit 05d97fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
artifacts: "dist/*"
generateReleaseNotes: true
tag: ${{ env.version_number }}
commit: master
commit: main
token: ${{ secrets.GITHUB_TOKEN }}

- name: Push to PyPI
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "asbestos"
version = "1.0.2"
version = "1.0.3"
description = "An easy way to mock Snowflake connections in Python!"
authors = ["Joe Kaufeld <jkaufeld@spoton.com>", "SpotOn <opensource@spoton.com>"]
readme = "README.md"
Expand Down

0 comments on commit 05d97fa

Please sign in to comment.