Skip to content

Commit

Permalink
Bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Nov 14, 2022
1 parent 8875dbc commit a00d043
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Joshua Fehler'

# The full version, including alpha/beta/rc tags
release = 'v0.0.6'
release = 'v0.0.7'


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
from setuptools import find_packages, setup


def read(filename:str):
def read(filename: str):
path = os.path.join(os.path.dirname(__file__), filename)
with open(path, 'r') as f:
return f.read()


setup(
name="inori",
version="0.0.6",
version="0.0.7",
description="The Universal API Client Constructor.",
long_description=read('README.rst'),
author="Joshua Fehler",
Expand All @@ -26,6 +26,7 @@ def read(filename:str):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit a00d043

Please sign in to comment.