Skip to content

Commit 0a2fdec

Browse files
committed
bump: version 1.1.2 with complete features
1 parent d613c48 commit 0a2fdec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='shellrosetta',
5-
version='1.1.1',
5+
version='1.1.2',
66
packages=find_packages(),
77
include_package_data=True,
88
entry_points={

shellrosetta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# shellrosetta/__init__.py
2-
__version__ = "1.1.1"
2+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)