Skip to content

Commit

Permalink
responded to discussions on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Antonellis committed Feb 23, 2021
1 parent 2a4e13c commit fca9113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Publish Release
env:
PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.6"
on:
release:
types: [published]
Expand Down
2 changes: 1 addition & 1 deletion extra_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from extra_model._models import ExtraModel, extra_factory # noqa

__version__ = "0.1.0rc0"
__version__ = "0.2.0rc0"

0 comments on commit fca9113

Please sign in to comment.