Skip to content

Commit d99da23

Browse files
committed
bump to initial stable/production release
1 parent 15f513c commit d99da23

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/fontline/settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
# ------------------------------------------------------------------------------
1010
# Version Number
1111
# ------------------------------------------------------------------------------
12-
major_version = "0"
13-
minor_version = "7"
14-
patch_version = "1"
12+
major_version = "1"
13+
minor_version = "0"
14+
patch_version = "0"
1515

1616
# ------------------------------------------------------------------------------
1717
# Help String
1818
# ------------------------------------------------------------------------------
1919

2020
HELP = """====================================================
2121
font-line
22-
Copyright 2017 Christopher Simpkins
22+
Copyright 2018 Christopher Simpkins
2323
MIT License
2424
Source: https://github.com/source-foundry/font-line
2525
====================================================

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ def version_read():
4848
keywords='font,typeface,fonts,spacing,line spacing,spaces,vertical metrics,metrics,type',
4949
include_package_data=True,
5050
classifiers=[
51-
'Development Status :: 4 - Beta',
51+
'Development Status :: 5 - Production/Stable',
5252
'Natural Language :: English',
5353
'License :: OSI Approved :: MIT License',
5454
'Operating System :: OS Independent',
5555
'Programming Language :: Python',
5656
'Programming Language :: Python :: 2',
57-
'Programming Language :: Python :: 2.6',
5857
'Programming Language :: Python :: 2.7',
5958
'Programming Language :: Python :: 3',
6059
'Programming Language :: Python :: 3.3',
6160
'Programming Language :: Python :: 3.4',
6261
'Programming Language :: Python :: 3.5',
62+
'Programming Language :: Python :: 3.6',
6363
'Topic :: Software Development :: Libraries :: Python Modules',
6464
],
6565
)

0 commit comments

Comments
 (0)