Skip to content

Commit

Permalink
New version to correct nooooob mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbroyles committed Jan 13, 2022
1 parent 14e1af1 commit 07d5473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion secsie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Supports secsie and ini formats. Not suitable for writing .ini files, but reads them just fine.
"""

__version__ = 'v1.0.0'
__version__ = 'v1.0.1'
__author__ = 'Noah Broyles'


Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3"
],
packages=["secsie"],
include_package_data=True,
install_requires=["json", "re"]
#install_requires=["json", "re"] wow this is bad
)

0 comments on commit 07d5473

Please sign in to comment.