Skip to content

Commit

Permalink
Updated settings to generate new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefmenegazzo committed Jul 18, 2020
1 parent 9e29616 commit d43f37b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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) 2019 Jeferson Menegazzo
Copyright (c) 2020 Jeferson Menegazzo

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
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
with open("README.md", "r") as fh:
long_description = fh.read()

# Remove Emojis
long_description = long_description.replace(":information_source: ", "")
long_description = long_description.replace(":warning: ", "")
long_description = long_description.replace(":exclamation: ", "")

setuptools.setup(
name="mpu9250_jmdev",
version="1.0.11",
version="1.0.12",
author="Jeferson Menegazzo",
author_email="[email protected]",
description="MPU-9250 (MPU-6500 + AK8963) I2C Driver in Python for Raspbery PI",
Expand Down

0 comments on commit d43f37b

Please sign in to comment.