Commit 48facd4 1 parent 2fe8e36 commit 48facd4 Copy full SHA for 48facd4
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification
10
10
# Update this accordingly for each release.
11
- __version__ = '0 .0.1 '
11
+ __version__ = '1 .0.0 '
12
12
13
13
_apps = {}
14
14
_apps_lock = threading .RLock ()
19
19
def initialize_app (credential = None , options = None , name = _DEFAULT_APP_NAME ):
20
20
"""Initializes and returns a new App instance.
21
21
22
- Creates a new App intance using the specified options
22
+ Creates a new App instance using the specified options
23
23
and the app name. If an instance already exists by the same
24
24
app name a ValueError is raised. Use this function whenever
25
25
a new App instance is required. Do not directly invoke the
Original file line number Diff line number Diff line change 36
36
install_requires = install_requires ,
37
37
packages = find_packages (exclude = ['tests' ]),
38
38
classifiers = [
39
- 'Development Status :: 3 - Alpha ' ,
39
+ 'Development Status :: 5 - Production/Stable ' ,
40
40
'Intended Audience :: Developers' ,
41
41
'Topic :: Software Development :: Build Tools' ,
42
42
'Programming Language :: Python :: 2' ,
You can’t perform that action at this time.
0 commit comments