Skip to content

Commit

Permalink
[v1.0.0] -- Change pyproject authors
Browse files Browse the repository at this point in the history
-- Change bump_version branch
  • Loading branch information
igaloly authored and camparibot committed Sep 19, 2021
1 parent ce2ae6c commit 331ce34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Aporia
on:
push:
branches:
- master
- dev
- main
jobs:
bump-version:
runs-on: ubuntu-20.04
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "train_invaders"
version = "v0.0.1"
version = "v1.0.0"
description = "Jupyter Notebook + Space Invaders!?"
authors = ["Aporia <[email protected]>"]
authors = ["Aporia"]
readme = "README.md"
repository = "https://github.com/aporia-ai/TrainInvaders"
classifiers = [
Expand Down

0 comments on commit 331ce34

Please sign in to comment.