Skip to content

Commit

Permalink
release: set version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgomes1994 committed Aug 30, 2022
1 parent 2a84e50 commit 961a4d4
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,41 @@

setup(
name = 'fake-blender-api-2.79',
version = '0.3.1',
version = '0.4.0',

packages = [
"aud",
"bge",
"bge/app",
"bge/constraints",
"bge/events",
"bge/logic",
"bge/render",
"bge/texture",
"aud",

"bge",
"bge/app",
"bge/constraints",
"bge/events",
"bge/logic",
"bge/render",
"bge/texture",
"bge/types",
"bgl",
"blf",
"bmesh",
"bpy",

"bgl",
"blf",
"bmesh",

"bpy",
"bpy/app",
"bpy/ops",
"bpy/utils",

"bpy_extras",
"freestyle",
"freestyle/utils",
"gpu",
"idprop",

"freestyle",
"freestyle/utils",

"gpu",
"idprop",

"mathutils",
"mathutils/noise"
],

license='GPLv3',
description = "Fake Blender 2.79 Python API for code completion, including BGE",
long_description=long_description,
Expand All @@ -48,24 +48,24 @@
author_email = '[email protected]',
url = 'https://github.com/bgempire/fake-blender-api-2.79',
download_url = 'https://github.com/bgempire/fake-blender-api-2.79/archive/0.3.tar.gz',

keywords = [
'blender',
'bge',
'upbge',
'api',
'3d',
'bpy',
'mathutils',
'code',
'completion',
'blender',
'bge',
'upbge',
'api',
'3d',
'bpy',
'mathutils',
'code',
'completion',
'autocomplete'
],

install_requires = [
'typing'
],

classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 961a4d4

Please sign in to comment.