Skip to content

Commit 37f0c01

Browse files
committed
Update version number
1 parent 92e02b9 commit 37f0c01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nltk/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.2
1+
3.9b1

web/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,16 @@ def generate_custom_files():
119119

120120
# General information about the project.
121121
project = "NLTK"
122-
copyright = "2023, NLTK Project"
122+
copyright = "2024, NLTK Project"
123123

124124
# The version info for the project you're documenting, acts as replacement for
125125
# |version| and |release|, also used in various other places throughout the
126126
# built documents.
127127
#
128128
# The short X.Y version.
129-
version = "3.8.2"
129+
version = "3.9"
130130
# The full version, including alpha/beta/rc tags.
131-
release = "3.8.2"
131+
release = "3.9b1"
132132

133133
# The language for content autogenerated by Sphinx. Refer to documentation
134134
# for a list of supported languages.

0 commit comments

Comments
 (0)