Skip to content

Commit 2ae749b

Browse files
committed
Bump version to 0.0.1
1 parent 3d6b633 commit 2ae749b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ def readme():
1212
return f.read()
1313

1414
setup(
15-
# Metadata
1615
name='pytest-flask-sqlalchemy-transactions',
1716
author='Jean Cochrane',
1817
author_email='jean@jeancochrane.com',
19-
2018
url='https://github.com/jeancochrane/pytest-flask-sqlalchemy-transactions',
2119
description='Run tests in transactions using pytest, Flask, and SQLalchemy.',
2220
long_description=readme(),
2321
license='MIT',
24-
22+
version='0.0.1'
2523
packages=['transactions'],
2624
install_requires=['pytest>=3.2.1',
2725
'pytest-mock>=1.6.2',

0 commit comments

Comments
 (0)