Skip to content

Commit 2dba23a

Browse files
committed
Bump version to production/stable.
1 parent ab520b2 commit 2dba23a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
1.0.0

f5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15-
__version__ = '0.1.8'
15+
__version__ = '1.0.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
exclude=["*.test", "*.test.*", "test.*", "test_*", "test", "test*"]
3636
),
3737
classifiers=[
38-
'Development Status :: 3 - Alpha',
38+
'Development Status :: 5 - Production/Stable',
3939
'License :: OSI Approved :: Apache Software License',
4040
'Operating System :: OS Independent',
4141
'Programming Language :: Python',

0 commit comments

Comments
 (0)