Skip to content

Commit bc25a4e

Browse files
author
Sam Clements
committed
Initial release - version 1.0.0
1 parent f112610 commit bc25a4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

riemann/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""A Python Riemann client and command line tool"""
22

3-
__version__ = '0.5.0'
3+
__version__ = '1.0.0'
44
__author__ = 'Sam Clements <[email protected]>'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name = "riemann-client",
8-
version = '0.5.0',
8+
version = '1.0.0',
99

1010
author = "Sam Clements",
1111
author_email = "[email protected]",
@@ -29,7 +29,7 @@
2929
},
3030

3131
classifiers = [
32-
'Development Status :: 3 - Alpha',
32+
'Development Status :: 4 - Beta',
3333
'License :: OSI Approved',
3434
'License :: OSI Approved :: MIT License',
3535
'Operating System :: Unix',

0 commit comments

Comments
 (0)