Skip to content

Commit 5e9af25

Browse files
committed
Bump number version to 1.2.0
1 parent d131d0c commit 5e9af25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lauda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .decorators import stopwatch
1111
from .contextmanager import stopwatch as stopwatchcm
1212

13-
__version__ = '1.1.0'
13+
__version__ = '1.2.0'
1414
__author__ = 'Andrea Stagi'
1515
__license__ = 'MIT'
1616

setup.py

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

2323
setup(
2424
name="lauda",
25-
version="1.1.0",
25+
version="1.2.0",
2626
packages=find_packages(),
2727
include_package_data=True,
2828
description="A very simple python module for measuring time.",

0 commit comments

Comments
 (0)