Skip to content

Commit

Permalink
since i screwed up v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
umbresp committed Jan 29, 2018
1 parent 8192622 commit f80f268
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 SharpBit(core) Umbresp(docs)
Copyright (c) 2018 RBC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Welcome to PyNite™! PyNite is an asynchronous Python wrapper for the [Fortnite Tracker Network](https://fortnitetracker.com). The wrapper is currently in progress, meaning we are **currently** developing more wrapper classes, but for now, all the data from FTN should be accessible to you, albeit in a more difficult manner.

### Installation
PyNite is available through `pip`, but not PyPI as of currently. We will publish this module to PyPI once it becomes more practical.
PyNite is available through `pip`.
#### To install:
```pip install pynite```

Expand All @@ -13,7 +13,7 @@ This should install PyNite along with its dependencies. If for some reason the d
and
```pip install python-box```

You can update PyNite by running ```pip install -U pynite```. The current stable version is `1.1.4`.
You can update PyNite by running ```pip install -U pynite```. The current stable version is `1.1.5`.

PyNite requires Python 3.6 or later versions.

Expand Down
2 changes: 1 addition & 1 deletion pynite.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: pynite
Version: 1.1.4
Version: 1.1.5
Summary: An asynchronous Python API wrapper for the Fortnite API
Home-page: https://github.com/cree-py/pynite
Author: SharpBit and Umbresp
Expand Down
4 changes: 2 additions & 2 deletions pynite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
############


__version__ = 'v.1.1.4'
__version__ = 'v.1.1.5'
__title__ = 'pynite'
__license__ = 'MIT'
__author__ = 'SharpBit & Umbresp (But mostly SharpBit)'
__author__ = 'SharpBit & Umbresp'
__github__ = 'https://github.com/cree-py/pynite'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup, find_packages
setup(
name='pynite',
version='1.1.4',
version='1.1.5',
description='An async Python API wrapper for the Fortnite API',
long_description="async python wrapper for the Fortnite API. Also, we don't yet have a good description so this empty page will have to do.",
url='https://github.com/cree-py/pynite',
author='SharpBit(core) Umbresp(docs)',
author='SharpBit & Umbresp',
author_email='[email protected]',
license='MIT',
keywords=['fortnite, pynite, api-wrapper, async'],
Expand Down

0 comments on commit f80f268

Please sign in to comment.