Skip to content

Commit 8e2c9cc

Browse files
Bumped Version to 0.0.2
1 parent 4dc87b7 commit 8e2c9cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
# Versions should comply with PEP440. For a discussion on single-sourcing
99
# the version across setup.py and the project code, see
1010
# https://packaging.python.org/en/latest/single_source_version.html
11-
version="0.0.1",
11+
version="0.0.2",
1212
packages=[
1313
"backup",
14+
"backup.commands",
1415
"backup.providers",
1516
"backup.config",
1617
],
@@ -35,7 +36,7 @@
3536
# 3 - Alpha
3637
# 4 - Beta
3738
# 5 - Production/Stable
38-
"Development Status :: 3 - Alpha",
39+
"Development Status :: 4 - Beta",
3940
# Indicate who your project is intended for
4041
"Intended Audience :: Developers",
4142
"Topic :: Software Development :: Build Tools",

0 commit comments

Comments
 (0)