Skip to content

Commit 0defa35

Browse files
committed
bump version
1 parent ee70828 commit 0defa35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aiopriman"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = ""
55
authors = ["darksidecat <bitalik371@gmail.com>"]
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name='aiopriman',
1212
packages=find_packages(exclude=('tests', 'tests.*', 'examples.*', 'docs',)),
13-
version='0.1.3',
13+
version='0.1.4',
1414
license='MIT',
1515
description='library for managing asyncio synchronization primitives',
1616
author='darksidecat',

0 commit comments

Comments
 (0)