We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d131d0c commit 5e9af25Copy full SHA for 5e9af25
lauda/__init__.py
@@ -10,7 +10,7 @@
10
from .decorators import stopwatch
11
from .contextmanager import stopwatch as stopwatchcm
12
13
-__version__ = '1.1.0'
+__version__ = '1.2.0'
14
__author__ = 'Andrea Stagi'
15
__license__ = 'MIT'
16
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name="lauda",
25
- version="1.1.0",
+ version="1.2.0",
26
packages=find_packages(),
27
include_package_data=True,
28
description="A very simple python module for measuring time.",
0 commit comments