Skip to content

Commit 15685ed

Browse files
committed
Corrected version number. It is actually release 1.0 beta 6.
1 parent 91b1cdf commit 15685ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytypes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
Default: 'typelogger_output'
297297
"""
298298

299-
_version = '1.0b7' # Only used as fallback for jython-standalone.jar
299+
_version = '1.0b6' # Only used as fallback for jython-standalone.jar
300300
# Needs to be imported before touching the Python import machinery
301301
try:
302302
import pkg_resources

0 commit comments

Comments
 (0)