Browse Source

[ENH] Update versions

pull/1/head
Tony-HYX 1 year ago
parent
commit
159fc643af
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      abl/__version__.py
  2. +2
    -0
      setup.py

+ 1
- 1
abl/__version__.py View File

@@ -1,3 +1,3 @@
VERSION = (0, 0, 1)
VERSION = (0, 1, 0)

__version__ = ".".join(map(str, VERSION))

+ 2
- 0
setup.py View File

@@ -78,6 +78,8 @@ if __name__ == "__main__":
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
)

Loading…
Cancel
Save