Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Jan 3, 2021
1 parent 31296e3 commit 3728db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = oeis
# Format is YYYY.MM.DD (https://calver.org/)
version = 2020.1.20
version = 2021.1.3
description = Implementation of a few integer sequences from the OEIS.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
Expand All @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9

[options]
py_modules = oeis
Expand Down

0 comments on commit 3728db5

Please sign in to comment.