Skip to content

Commit

Permalink
release v1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
aksakalli committed Feb 19, 2020
1 parent d5debc1 commit 9a317ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx==2.3.1
sphinx==2.4.2
sphinx_rtd_theme==0.4.3
4 changes: 2 additions & 2 deletions openlr/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.
__title__ = "openlr"
__description__ = "OpenLR Python Implementation"
__url__ = "https://openlr-python.readthedocs.io"
__version__ = "1.0.0rc5"
__url__ = "https://github.com/tomtom-international/openlr-python"
__version__ = "1.0.0"
__author__ = "Can Güney Aksakalli"
__author_email__ = "[email protected]"
__license__ = "Apache 2.0"
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@
license=about["__license__"],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Scientific/Engineering :: GIS",
"Operating System :: OS Independent",
],
packages=["openlr"],
install_requires=install_requires,
Expand Down

0 comments on commit 9a317ec

Please sign in to comment.