Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesLucke committed Mar 6, 2019
1 parent 539406e commit dd5573b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion animation_nodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"name": "Animation Nodes",
"description": "Node based visual scripting system designed for motion graphics in Blender.",
"author": "Jacques Lucke",
"version": (2, 1, 3),
"version": (2, 1, 4),
"blender": (2, 80, 0),
"location": "Node Editor",
"category": "Node",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ def checkBuildEnvironment(checkCython, checkPython):
sys.exit()
if checkPython:
v = sys.version_info
if v.major != 3 or v.minor != 5:
if v.major != 3 or v.minor != 7:
print(textwrap.dedent('''\
Blender 2.78/2.79 officially uses Python 3.5.x.
Blender 2.8 officially uses Python 3.7.x.
You are using: {}
Use the --noversioncheck option to disable this check.\
Expand Down

0 comments on commit dd5573b

Please sign in to comment.