Skip to content

Commit

Permalink
Ready for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed May 24, 2021
1 parent 689dbda commit 0a9282f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
packages=setuptools.find_packages("src"),
package_dir={"":"src"},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down
2 changes: 1 addition & 1 deletion src/objprint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/gaogaotiantian/objprint/blob/master/NOTICE.txt

__version__ = "0.0.4"
__version__ = "0.1.0"


from .objprint import ObjPrint
Expand Down

0 comments on commit 0a9282f

Please sign in to comment.