Skip to content

Commit c8be892

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent def4ea2 commit c8be892

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

setup.cfg

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[bumpversion]
2+
current_version = 0.1.2
3+
14
[metadata]
25
name = cloudshell-scriptfoundry
36
version = file: version.txt
@@ -7,26 +10,25 @@ description = A CLI way to generate and upload cloudshell orchestration scripts
710
long_description = file: README.MD
811
long_description_content_type = text/markdown
912
url = https://github.com/QualiSystemsLab/cloudshell-scriptfoundry
10-
classifiers =
11-
Programming Language :: Python :: 3.9
12-
License :: OSI Approved :: MIT License
13-
Operating System :: OS Independent
13+
classifiers =
14+
Programming Language :: Python :: 3.9
15+
License :: OSI Approved :: MIT License
16+
Operating System :: OS Independent
1417
license = MIT
1518
license_file = LICENSE
1619

17-
1820
[options]
19-
package_dir =
20-
= src
21+
package_dir =
22+
= src
2123
packages = find:
2224
python_requires = >=3.9
23-
install_requires =
24-
shellfoundry
25-
cloudshell-automation-api
25+
install_requires =
26+
shellfoundry
27+
cloudshell-automation-api
2628

2729
[options.packages.find]
2830
where = src
2931

3032
[options.entry_points]
31-
console_scripts =
32-
scriptfoundry = scriptfoundry.cli:cli
33+
console_scripts =
34+
scriptfoundry = scriptfoundry.cli:cli

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

0 commit comments

Comments
 (0)