Skip to content

Commit

Permalink
Added MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeterschinner committed Dec 14, 2017
1 parent 6b70e4b commit 6d7176b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion async_v20/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async def sleep(s=0.0):
await asyncio.sleep(s)


__version__ = '3.0.0b0'
__version__ = '3.0.0b1'


class OandaClient(AccountInterface, InstrumentInterface, OrderInterface, PositionInterface,
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '3.0.0b0'
version = '3.0.0b1'
# The full version, including alpha/beta/rc tags.
release = '3.0.0b0'
release = '3.0.0b1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = '3.0.0b0'
version = '3.0.0b1'


def read(f):
Expand Down

0 comments on commit 6d7176b

Please sign in to comment.