Skip to content

Commit

Permalink
release 0.3.0-rc12
Browse files Browse the repository at this point in the history
  • Loading branch information
hebrewsnabla committed Jan 29, 2023
1 parent 9c2d0a1 commit 011172a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
tags:
- v*
paths:
- 'pyproject.toml'

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion automr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.2.1'
__version__ = '0.3.0-rc12'

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "pyAutoMR"
version = "0.3.0-rc11"
version = "0.3.0-rc12"
authors = [
{ name="Shirong Wang", email="srwang20@fudan.edu.cn" },
]
Expand Down

0 comments on commit 011172a

Please sign in to comment.