Skip to content

Commit f81c9c5

Browse files
committed
bump: version 1.2.1 - updated PyPI description and documentation
1 parent ae6136a commit f81c9c5

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.2.0',
5+
version='1.2.1',
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.2.0"
2+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)