Skip to content

Commit 9844389

Browse files
committed
Update setup.py
1 parent f084096 commit 9844389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools.command.test import test as TestCommand
77

88

9-
version = '0.1'
9+
version = '1.0.0'
1010

1111

1212
class ToxTestCommand(TestCommand):
@@ -62,4 +62,4 @@ def run_tests(self):
6262
},
6363
tests_require=['detox'],
6464
packages=['pytest_fixture_tools'],
65-
)
65+
)

0 commit comments

Comments
 (0)