Skip to content

Commit 998a5f0

Browse files
committed
Prepare 0.0.2 release
1 parent 6b06b72 commit 998a5f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

memsource/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.0.2"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
long_description_content_type="text/markdown",
1919
url="https://github.com/Spredzy/python-memsource",
2020
packages=setuptools.find_packages(),
21-
install_requires = [
21+
install_requires=[
2222
"requests"
23-
]
23+
],
2424
classifiers=[
2525
"Programming Language :: Python :: 3",
2626
"Environment :: Console",

0 commit comments

Comments
 (0)